This patchset moves remaining PCI device ids for ixgbe and igb drivers, updates KNI code which uses these ids to use pci_device_ids from kni/ethtool drivers, and finally removes the rte_pci_dev_ids.h and updates document refers it.
Ferruh Yigit (3): net/ixgbe: move PCI device ids to the driver net/igb: move PCI device ids to the driver eal: remove rte_pci_dev_ids.h doc/guides/prog_guide/dev_kit_build_system.rst | 28 +- drivers/net/e1000/igb_ethdev.c | 55 +++- drivers/net/ixgbe/ixgbe_ethdev.c | 79 ++++- lib/librte_eal/common/Makefile | 2 +- lib/librte_eal/common/include/rte_pci_dev_ids.h | 326 --------------------- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 2 +- lib/librte_eal/linuxapp/kni/kni_misc.c | 33 +-- 7 files changed, 139 insertions(+), 386 deletions(-) delete mode 100644 lib/librte_eal/common/include/rte_pci_dev_ids.h -- 2.7.4