From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH 0/3] remove rte_pci_dev_ids.h Date: Fri, 5 Aug 2016 15:09:28 +0100 Message-ID: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> Cc: David Marchand , Helin Zhang , Konstantin Ananyev , Wenzhuo Lu , Thomas Monjalon To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B39EB2B9D for ; Fri, 5 Aug 2016 16:09:37 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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