[dpdk-dev] [PATCH v3 0/6] 20.11 announced cleanups

David Marchand david.marchand at redhat.com
Thu Sep 17 13:28:17 CEST 2020


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

Changelog since v2:
- no change: rebased, added acks, reworded patch3 commitlog for Thomas,

Changelog since v1:
- added missing first patch, I suspect this will be a long week...

David Marchand (6):
  ethdev: remove unused kernel driver field
  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    | 21 --------
 doc/guides/rel_notes/release_20_11.rst  | 15 ++++++
 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               | 67 ++++++++++++++++++++++++-
 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/mvneta/mvneta_ethdev.c      |  1 -
 drivers/net/mvpp2/mrvl_ethdev.c         |  1 -
 drivers/net/nfp/nfp_net.c               |  2 +-
 drivers/net/octeontx/octeontx_ethdev.c  |  1 -
 drivers/net/ring/rte_eth_ring.c         |  1 -
 drivers/net/softnic/rte_eth_softnic.c   |  1 -
 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_ethdev/rte_ethdev_core.h     |  1 -
 lib/librte_ethdev/rte_ethdev_pci.h      |  1 -
 lib/librte_ethdev/rte_ethdev_vdev.h     |  1 -
 lib/librte_pci/rte_pci.c                | 42 ----------------
 lib/librte_pci/rte_pci.h                | 66 ------------------------
 lib/librte_pci/rte_pci_version.map      |  2 -
 32 files changed, 203 insertions(+), 241 deletions(-)

-- 
2.23.0



More information about the dev mailing list