]> git.baikalelectronics.ru Git - kernel.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)
committerJens Axboe <axboe@fb.com>
Mon, 29 Feb 2016 15:47:14 +0000 (08:47 -0700)
commit50ac3165708c96ba4648738e4a060f7d5b52b3f1
treef0c35f08d9937084dc0c1395c5d2790e7abc82c6
parentedb77945e278c18293cd477234568526d70a84b2
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>
drivers/nvme/host/pci.c