[dpdk-dev] [PATCH v3 02/13] ixgbe: move pci device ids to driver

2016-05-04 Thread David Marchand
On Fri, Apr 29, 2016 at 3:34 AM, Wu, Jingjing wrote: > Hi, David > > For the changes on igb, ixgbe, I saw you create a new header file called > **__pci_dev_ids.h to replace the rte_pci_dev_ids.h for each driver. > But for the changes on i40e, you didn't do that way. > If you look into the base

[dpdk-dev] [PATCH v3 02/13] ixgbe: move pci device ids to driver

2016-04-29 Thread Wu, Jingjing
6 8:44 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; stephen at networkplumber.org; > Richardson, Bruce; nhorman at tuxdriver.com; pmatilai at redhat.com; > christian.ehrhardt at canonical.com; Zhang, Helin; Ananyev, Konstantin > Subject: [dpdk-dev] [PATCH v3 02/13] ix

[dpdk-dev] [PATCH v3 02/13] ixgbe: move pci device ids to driver

2016-04-20 Thread David Marchand
test application and kni still want to know ixgbe pci devices. So let's create a header in the driver that will be used by them. Same comment as for e1000 driver, we can't reuse base/ headers at the moment because of macros redefinitions nightmare. Signed-off-by: David Marchand ---