diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-02 11:15:35 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-03-12 06:07:57 +0300 |
commit | 7f877908df42d58468980d89a7f130ab30c83afd (patch) | |
tree | 0346443c1781e16d627d8a1835042f78c72263b5 /Documentation/scsi/scsi_transport_srp/figures.rst | |
parent | 31df2fd54cafdadadb20c60e80461c9b08b2ff56 (diff) | |
download | linux-7f877908df42d58468980d89a7f130ab30c83afd.tar.xz |
scsi: docs: include SCSI Transport SRP diagram at the doc body
Instead of having a separate makefile, and be alone, group
it at the SCSI documentation and make it being built as part
of docs makefile.
Link: https://lore.kernel.org/r/419c455fb40c9a1e85cc9a654a7fdb07aeeccf71.1583136624.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/scsi/scsi_transport_srp/figures.rst')
-rw-r--r-- | Documentation/scsi/scsi_transport_srp/figures.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/scsi/scsi_transport_srp/figures.rst b/Documentation/scsi/scsi_transport_srp/figures.rst new file mode 100644 index 000000000000..6c8f8dd6301b --- /dev/null +++ b/Documentation/scsi/scsi_transport_srp/figures.rst @@ -0,0 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0 + +SCSI RDMA (SRP) transport class diagram +======================================= + +.. kernel-figure:: rport_state_diagram.dot |