Message ID | 20201022132404.190695-1-its@irrelevant.dk |
---|---|
Headers | show |
Series | hw/block/nvme: two fixes for create sq/cq | expand |
On Thu, Oct 22, 2020 at 03:24:02PM +0200, Klaus Jensen wrote: > From: Klaus Jensen <k.jensen@samsung.com> > > The first patch is a follow up to "hw/block/nvme: fix prp mapping status > codes" and fixes some status codes in the nvme_create_{sq,cq} functions. > > The second patch fixes a faulty check on the given queue identifier. Looks good. Reviewed-by: Keith Busch <kbusch@kernel.org>
On Oct 22 08:20, Keith Busch wrote: > On Thu, Oct 22, 2020 at 03:24:02PM +0200, Klaus Jensen wrote: > > From: Klaus Jensen <k.jensen@samsung.com> > > > > The first patch is a follow up to "hw/block/nvme: fix prp mapping status > > codes" and fixes some status codes in the nvme_create_{sq,cq} functions. > > > > The second patch fixes a faulty check on the given queue identifier. > > Looks good. > > Reviewed-by: Keith Busch <kbusch@kernel.org> Thanks! Applied to nvme-next.
From: Klaus Jensen <k.jensen@samsung.com> The first patch is a follow up to "hw/block/nvme: fix prp mapping status codes" and fixes some status codes in the nvme_create_{sq,cq} functions. The second patch fixes a faulty check on the given queue identifier. Gollu Appalanaidu (2): nvme: fix create IO SQ/CQ status codes nvme: fix queue identifer validation hw/block/nvme.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -- 2.28.0