Re: [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit

2018-12-03 Thread Sagi Grimberg
Looks good, Reviewed-by: Sagi Grimberg

[PATCH 03/13] nvme-pci: cleanup SQ allocation a bit

2018-12-02 Thread Christoph Hellwig
Use a bit flag to mark if the SQ was allocated from the CMB, and clean up the surrounding code a bit. Signed-off-by: Christoph Hellwig Reviewed-by: Keith Busch --- drivers/nvme/host/pci.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/dri

Re: [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit

2018-11-29 Thread Keith Busch
On Thu, Nov 29, 2018 at 08:13:00PM +0100, Christoph Hellwig wrote: > Use a bit flag to mark if the SQ was allocated from the CMB, and clean > up the surrounding code a bit. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Keith Busch

[PATCH 03/13] nvme-pci: cleanup SQ allocation a bit

2018-11-29 Thread Christoph Hellwig
Use a bit flag to mark if the SQ was allocated from the CMB, and clean up the surrounding code a bit. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/pci.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/drivers/nvme/host/pci.c b/dri

[PATCH 03/13] nvme-pci: cleanup SQ allocation a bit

2018-11-21 Thread Christoph Hellwig
Use a bit flag to mark if the SQ was allocated from the CMB, and clean up the surrounding code a bit. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/pci.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/drivers/nvme/host/pci.c b/dri