[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/19] util/vfio-helpers: Allow using multiple MSIX IRQs
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v2 00/19] util/vfio-helpers: Allow using multiple MSIX IRQs |
Date: |
Tue, 27 Oct 2020 09:55:13 +0000 |
On Mon, Oct 26, 2020 at 11:54:45AM +0100, Philippe Mathieu-Daudé wrote:
> This series allow using multiple MSIX IRQs
> We currently share a single IRQ between 2 NVMe queues
> (ADMIN and I/O). This series still uses 1 shared IRQ
> but prepare for using multiple ones.
>
> Since v1:
> - Addressed Stefan comment in patch #14
> "Pass minimum page size to qemu_vfio_open_pci"
> (check the page size is in range with device)
> - To reduce (and simplify) changes in patch #14, added
> new patch #2 "Introduce device/iommu 'page_size_min' variables"
> - Added "Trace controller capabilities" useful to test the
> previous changes
> - "Set request_alignment at initialization" reported by Stefan
> (and tested by Eric off-list).
The MSI-X patches look good.
I'm confused about the page size patches since they don't solve the 4KB
device page size on 64KB IOMMU page size issue that you and Eric were
working on. I would prefer to hold off on page size changes until that
work is complete.
Stefan
signature.asc
Description: PGP signature
- [PATCH v2 15/19] util/vfio-helpers: Report error when IOMMU page size is not supported, (continued)
- [PATCH v2 15/19] util/vfio-helpers: Report error when IOMMU page size is not supported, Philippe Mathieu-Daudé, 2020/10/26
- [PATCH v2 16/19] util/vfio-helpers: Introduce qemu_vfio_pci_msix_init_irqs(), Philippe Mathieu-Daudé, 2020/10/26
- [PATCH v2 17/19] util/vfio-helpers: Introduce qemu_vfio_pci_msix_set_irq(), Philippe Mathieu-Daudé, 2020/10/26
- [PATCH v2 18/19] block/nvme: Switch to using the MSIX API, Philippe Mathieu-Daudé, 2020/10/26
- [PATCH v2 19/19] util/vfio-helpers: Remove now unused qemu_vfio_pci_init_irq(), Philippe Mathieu-Daudé, 2020/10/26
- Re: [PATCH v2 00/19] util/vfio-helpers: Allow using multiple MSIX IRQs,
Stefan Hajnoczi <=