]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: don't poll the CQ from the kthread
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Feb 2016 14:59:45 +0000 (15:59 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:41:03 +0000 (13:41 -0700)
commitf64ac1879906e556a217cbd38084e8dd760cad3d
tree0b84d164b35048024a4d19e3a2966f40764f8bb0
parentd9860da1c8a2077efd100dcc22dbe3f038fa07a4
nvme: don't poll the CQ from the kthread

There is no reason to do unconditional polling of CQs per the NVMe
spec.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
(cherry picked from commit 79f2b358c9ba373943a9284be2861fde58291c4e)

Orabug: 25130845

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/pci.c