I put those EAL and PCI cleanups as a single series since I intend to apply them at once with the rte_logs series.
Nothing really hard in this series, but the devil is in the details, reviews welcome. -- David Marchand David Marchand (5): bus/pci: switch to private kernel driver enum pci: move resource mapping to the PCI bus mem: drop mapping API workaround eal: hide internal device event structure bus/pci: remove duplicate declaration doc/guides/rel_notes/deprecation.rst | 18 ------- doc/guides/rel_notes/release_20_11.rst | 12 +++++ drivers/bus/pci/bsd/pci.c | 19 ++++--- drivers/bus/pci/linux/pci.c | 64 +++++++++++------------ drivers/bus/pci/linux/pci_init.h | 2 + drivers/bus/pci/linux/pci_uio.c | 5 +- drivers/bus/pci/linux/pci_vfio.c | 4 +- drivers/bus/pci/pci_common.c | 56 +++++++++++++++++--- drivers/bus/pci/pci_common_uio.c | 2 +- drivers/bus/pci/private.h | 68 ++++++++++++++++++++++++- drivers/bus/pci/rte_bus_pci.h | 11 +++- drivers/bus/pci/windows/pci.c | 6 +-- drivers/net/hinic/base/hinic_pmd_hwif.c | 2 +- drivers/net/hns3/hns3_ethdev_vf.c | 4 +- drivers/net/liquidio/lio_ethdev.c | 4 +- drivers/net/nfp/nfp_net.c | 2 +- drivers/net/virtio/virtio_pci.c | 2 +- lib/librte_eal/include/rte_dev.h | 18 ------- lib/librte_eal/include/rte_eal_paging.h | 10 ---- lib/librte_eal/linux/eal_dev.c | 6 +++ lib/librte_eal/windows/include/rte_os.h | 6 --- lib/librte_pci/rte_pci.c | 42 --------------- lib/librte_pci/rte_pci.h | 66 ------------------------ lib/librte_pci/rte_pci_version.map | 2 - 24 files changed, 201 insertions(+), 230 deletions(-) -- 2.23.0