Re: [dpdk-dev] [PATCH 2/7] vfio/pci: Implement match ops

2020-02-13 Thread Cornelia Huck
On Tue, 11 Feb 2020 16:05:34 -0700 Alex Williamson wrote: > This currently serves the same purpose as the default implementation > but will be expanded for additional functionality. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/pci/vfio_pci.c |8 > 1 file changed, 8 inse

[dpdk-dev] [PATCH 2/7] vfio/pci: Implement match ops

2020-02-11 Thread Alex Williamson
This currently serves the same purpose as the default implementation but will be expanded for additional functionality. Signed-off-by: Alex Williamson --- drivers/vfio/pci/vfio_pci.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfi