Re: [dpdk-dev] [PATCH 0/7] vfio/pci: SR-IOV support

2020-02-14 Thread Alex Williamson
On Fri, 14 Feb 2020 15:57:04 +1100 Alexey Kardashevskiy wrote: > On 12/02/2020 10:05, Alex Williamson wrote: > > Given the mostly positive feedback from the RFC[1], here's a new > > non-RFC revision. Changes since RFC: > > > > - vfio_device_ops.match semantics refined > > - Use helpers for st

Re: [dpdk-dev] [PATCH 0/7] vfio/pci: SR-IOV support

2020-02-13 Thread Alexey Kardashevskiy
On 12/02/2020 10:05, Alex Williamson wrote: > Given the mostly positive feedback from the RFC[1], here's a new > non-RFC revision. Changes since RFC: > > - vfio_device_ops.match semantics refined > - Use helpers for struct pci_dev.physfn to avoid breakage without >CONFIG_PCI_IOV > - Rel

[dpdk-dev] [PATCH 0/7] vfio/pci: SR-IOV support

2020-02-11 Thread Alex Williamson
Given the mostly positive feedback from the RFC[1], here's a new non-RFC revision. Changes since RFC: - vfio_device_ops.match semantics refined - Use helpers for struct pci_dev.physfn to avoid breakage without CONFIG_PCI_IOV - Relax to allow SR-IOV configuration changes while PF is opened.