Re: [dpdk-dev] [PATCH v2 4/6] mem: drop mapping API workaround

2020-09-14 Thread Andrew Rybchenko
On 9/14/20 11:23 AM, David Marchand wrote: > Now that the pci_map_resource API is private to the PCI bus, we can drop > the compatibility workaround we had implemented in 20.08. > > Signed-off-by: David Marchand Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH v2 4/6] mem: drop mapping API workaround

2020-09-14 Thread David Marchand
Now that the pci_map_resource API is private to the PCI bus, we can drop the compatibility workaround we had implemented in 20.08. Signed-off-by: David Marchand --- drivers/bus/pci/bsd/pci.c | 2 +- drivers/bus/pci/linux/pci_uio.c | 2 +- drivers/bus/pci/linux/pci_vfio.c