nvmet: add a generic NVMe target
This patch introduces a implementation of NVMe subsystems, controllers and discovery service which allows to export NVMe namespaces across fabrics such as Ethernet, FC etc. The implementation conforms to the NVMe 1.2.1 specification and interoperates with NVMe over fabrics host implementations. Configuration works using configfs, and is best performed using the nvmetcli tool from http://git.infradead.org/users/hch/nvmetcli.git, which also has a detailed explanation of the required steps in the README file. Signed-off-by: NArmen Baloyan <armenx.baloyan@intel.com> Signed-off-by: NAnthony Knapp <anthony.j.knapp@intel.com> Signed-off-by: NJay Freyensee <james.p.freyensee@intel.com> Signed-off-by: NMing Lin <ming.l@ssi.samsung.com> Signed-off-by: NSagi Grimberg <sagi@grimberg.me> Signed-off-by: NChristoph Hellwig <hch@lst.de> Reviewed-by: NSteve Wise <swise@opengridcomputing.com> Signed-off-by: NJens Axboe <axboe@fb.com>
Showing
drivers/nvme/target/Kconfig
0 → 100644
drivers/nvme/target/Makefile
0 → 100644
drivers/nvme/target/admin-cmd.c
0 → 100644
drivers/nvme/target/configfs.c
0 → 100644
drivers/nvme/target/core.c
0 → 100644
drivers/nvme/target/discovery.c
0 → 100644
drivers/nvme/target/fabrics-cmd.c
0 → 100644
drivers/nvme/target/io-cmd.c
0 → 100644
drivers/nvme/target/nvmet.h
0 → 100644
想要评论请 注册 或 登录