Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, November 1, 2015 9:31 PM > To: Iremonger, Bernard <bernard.iremonger at intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 03/28] librte_ether: add function > rte_eth_copy_dev_info > > 2015-10-30 15:08, Bernard Iremonger: > > +/** > > + * Copy pci device info to the Ethernet device data. > [...] > > +extern void rte_eth_copy_dev_info(struct rte_eth_dev *eth_dev, struct > rte_pci_device *pci_dev); > > This function should have the word "pci" in its name.
I will rename to rte_eth_copy_pci_info(). Regards, Bernard.