]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvme: Remove SCSI translations
authorKeith Busch <keith.busch@intel.com>
Tue, 20 Jun 2017 19:09:56 +0000 (15:09 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jun 2017 14:14:13 +0000 (08:14 -0600)
commit3f7f25a910ed8988b2a87c1ca2bfee6b4fb83ac7
tree2c5992dcff13e0c4132003a874959d781f2562cf
parent442e19b7ccb25337be7bfff96df94c38c037ee9f
nvme: Remove SCSI translations

The SCSI-to-NVMe translations were added to assist storage applications
utilizing SG_IO transitioning to NVMe. It was always recommended,
however, to use native NVMe for device management as too much is lost
in translation and the maintenance burden in keeping this kludgey
layer around has been neglected such that much of the translations are
completely broken.

This patch removes SG_IO handling from NVMe to avoid any confusion
regarding maintenance support for this interface. The config option for
NVMe SCSI emulation has been disabled by default since 4.5. The driver
has supported native nvme user commands since the beginning, and native
tooling is publicly available for use or as reference for anyone writing
their own tools, so there's no excuse for hanging onto a broken crutch.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Acked-by: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Guan Junxiong <guanjunxiong@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/Kconfig
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/scsi.c [deleted file]