]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME
authorJames Smart <jsmart2021@gmail.com>
Fri, 2 Dec 2016 08:28:44 +0000 (00:28 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 6 Dec 2016 13:51:48 +0000 (14:51 +0100)
commit475d0fe795516a9b9f286a851c3972fd8831c643
tree5d8599d1b2d969d300afccb6be7671f1497de4a1
parentc53432030d86429dc9fe5adc3d68cb9d1343b0b2
nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME

Add FC LLDD loopback driver to test FC host and target transport within
nvme-fabrics

To aid in the development and testing of the lower-level api of the FC
transport, this loopback driver has been created to act as if it were a
FC hba driver supporting both the host interfaces as well as the target
interfaces with the nvme FC transport.

Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
MAINTAINERS
drivers/nvme/target/Kconfig
drivers/nvme/target/Makefile
drivers/nvme/target/fcloop.c [new file with mode: 0644]