David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config INFINIBAND_ISER |
| 3 | tristate "iSCSI Extensions for RDMA (iSER)" |
| 4 | depends on SCSI && INET && INFINIBAND_ADDR_TRANS |
| 5 | select SCSI_ISCSI_ATTRS |
| 6 | ---help--- |
| 7 | Support for the iSCSI Extensions for RDMA (iSER) Protocol |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 8 | over InfiniBand. This allows you to access storage devices |
| 9 | that speak iSCSI over iSER over InfiniBand. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 10 | |
| 11 | The iSER protocol is defined by IETF. |
| 12 | See <http://www.ietf.org/rfc/rfc5046.txt> |
| 13 | and <http://members.infinibandta.org/kwspub/spec/Annex_iSER.PDF> |