[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/17] hw/block/nvme: multiple namespaces support
From: |
Keith Busch |
Subject: |
Re: [PATCH v3 00/17] hw/block/nvme: multiple namespaces support |
Date: |
Tue, 22 Sep 2020 10:34:17 -0700 |
On Tue, Sep 22, 2020 at 07:27:30PM +0200, Klaus Jensen wrote:
> On Sep 22 08:31, Keith Busch wrote:
> > On Tue, Sep 22, 2020 at 10:45:16AM +0200, Klaus Jensen wrote:
> > > From: Klaus Jensen <k.jensen@samsung.com>
> > >
> > > This is the next round of my patches for the nvme device.
> > >
> > > This includes a bit of cleanup and two new features:
> > >
> > > * support for scatter/gather lists
> > >
> > > * multiple namespaces support through a new nvme-ns device
> > >
> > > Finally, the series wraps up with changing the PCI vendor and device ID
> > > to get
> > > rid of the internal Intel id and as a side-effect get rid of some Linux
> > > kernel
> > > quirks that no longer applies.
> > >
> > > "pci: pass along the return value of dma_memory_rw" has already been
> > > posted by
> > > Philippe in another series, but since it is not applied yet, I am
> > > including it
> > > here.
> >
> > For the rest of the patches I haven't individually commented:
> >
> > Reviewed-by: Keith Busch <kbusch@kernel.org>
>
> Sorry if I am being thick here Keith, but didn't you R-b all patches
> (except 3 and 9) in v2 yesterday?
>
> I do not see any comments to any of the v3 patches, so I'm not sure how
> to interpret this ;)
Ha, I thought I did yesterday too, but it's not showing in my "Sent"
mail so I sent it again. But since it apparently did send, you can
interpret the 2nd as "two thumbs up!". :)
- [PATCH v3 09/17] hw/block/nvme: refactor aio submission, (continued)
- [PATCH v3 09/17] hw/block/nvme: refactor aio submission, Klaus Jensen, 2020/09/22
- [PATCH v3 11/17] hw/block/nvme: harden cmb access, Klaus Jensen, 2020/09/22
- [PATCH v3 12/17] hw/block/nvme: add support for scatter gather lists, Klaus Jensen, 2020/09/22
- [PATCH v3 14/17] hw/block/nvme: refactor identify active namespace id list, Klaus Jensen, 2020/09/22
- [PATCH v3 13/17] hw/block/nvme: add support for sgl bit bucket descriptor, Klaus Jensen, 2020/09/22
- [PATCH v3 16/17] pci: allocate pci id for nvme, Klaus Jensen, 2020/09/22
- [PATCH v3 15/17] hw/block/nvme: support multiple namespaces, Klaus Jensen, 2020/09/22
- [PATCH v3 17/17] hw/block/nvme: change controller pci id, Klaus Jensen, 2020/09/22
- Re: [PATCH v3 00/17] hw/block/nvme: multiple namespaces support, Keith Busch, 2020/09/22
- Re: [PATCH v3 00/17] hw/block/nvme: multiple namespaces support, Klaus Jensen, 2020/09/23