From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 05 Aug 2016 07:09:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,474,1464678000"; d="scan'208";a="1035734560" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 05 Aug 2016 07:09:34 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u75E9X7K021591; Fri, 5 Aug 2016 15:09:33 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u75E9Xj9024789; Fri, 5 Aug 2016 15:09:33 +0100 Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id u75E9XPX024784; Fri, 5 Aug 2016 15:09:33 +0100 X-Authentication-Warning: sivswdev02.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f From: Ferruh Yigit To: dev@dpdk.org Cc: David Marchand , Helin Zhang , Konstantin Ananyev , Wenzhuo Lu , Thomas Monjalon Date: Fri, 5 Aug 2016 15:09:28 +0100 Message-Id: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] remove rte_pci_dev_ids.h X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 14:09:38 -0000 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