Re: [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
From: Keith Busch <hidden>
Date: 2018-11-29 20:22:47
Also in:
linux-nvme
From: Keith Busch <hidden>
Date: 2018-11-29 20:22:47
Also in:
linux-nvme
On Thu, Nov 29, 2018 at 08:12:59PM +0100, Christoph Hellwig wrote:
This gets rid of all the messing with cq_vector and the ->polled field by using an atomic bitop to mark the queue enabled or not. Signed-off-by: Christoph Hellwig <hch@lst.de>
Looks good. Reviewed-by: Keith Busch <redacted>