From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] remove rte_pci_dev_ids.h Date: Tue, 23 Aug 2016 15:37:01 +0200 Message-ID: <4422250.dQGcGBx5Ok@xps13> References: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand , Helin Zhang , Konstantin Ananyev , Wenzhuo Lu To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id DFB7711C5 for ; Tue, 23 Aug 2016 15:37:03 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id q128so163862538wma.1 for ; Tue, 23 Aug 2016 06:37:03 -0700 (PDT) In-Reply-To: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> 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" 2016-08-05 15:09, Ferruh Yigit: > 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 Applied, thanks