]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
authorJames Dingwall <james@dingwall.me.uk>
Tue, 8 Jan 2019 17:20:51 +0000 (10:20 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Jan 2019 18:47:08 +0000 (13:47 -0500)
commit7da0e96ae456806101a9b70adeae456d97ff607c
treefe65bfc81acec82f306dc21bca2597cf0222bc5a
parent160cbc34157e217f42dabd3a8cd3893370709bdb
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN

If a device provides an NQN it is expected to be globally unique.
Unfortunately some firmware revisions for Intel 760p/Pro 7600p devices did
not satisfy this requirement.  In these circumstances if a system has >1
affected device then only one device is enabled.  If this quirk is enabled
then the device supplied subnqn is ignored and we fallback to generating
one as if the field was empty.  In this case we also suppress the version
check so we don't print a warning when the quirk is enabled.

Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: James Dingwall <james@dingwall.me.uk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c