Hi Thomas It should be the one from David as I read that before. I am not sure if all PMD has its own header files for device IDs, but I did see there was. Even in recent kernel drivers (e.g. i40e), there is a new header file for device ID list. I think it could be clearer, though no correct or wrong.
Regards, Helin > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, July 11, 2016 2:55 PM > To: Zhang, Helin > Cc: Wu, Jingjing; dev at dpdk.org > Subject: Re: [PATCH] i40e: move PCI device ids to driver > > Hi Helin, > > 2016-07-11 06:19, Zhang, Helin: > > Hi Jingjing > > > > I'd suggest to add a new header file in each PMD to define what we defined > in rte_pci_dev_ids.h. > > Why? > > > There was a patch set submitted several months ago, like that. > > Which one?