diff options
author | James Smart <jsmart2021@gmail.com> | 2016-12-02 00:28:44 -0800 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2016-12-06 14:51:48 +0100 |
commit | 475d0fe795516a9b9f286a851c3972fd8831c643 (patch) | |
tree | 5d8599d1b2d969d300afccb6be7671f1497de4a1 /MAINTAINERS | |
parent | c53432030d86429dc9fe5adc3d68cb9d1343b0b2 (diff) | |
download | linux-475d0fe795516a9b9f286a851c3972fd8831c643.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1c2c9f96dd56..0bbc0b0baf82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8667,6 +8667,7 @@ F: include/linux/nvme-fc.h F: include/linux/nvme-fc-driver.h F: drivers/nvme/host/fc.c F: drivers/nvme/target/fc.c +F: drivers/nvme/target/fcloop.c NVMEM FRAMEWORK M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |