[dpdk-dev] [PATCH v7 03/28] librte_ether: add function rte_eth_copy_dev_info

2015-11-02 Thread Iremonger, Bernard
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, November 1, 2015 9:31 PM > To: Iremonger, Bernard > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 03/28] librte_ether: add function > rte_eth_copy_

[dpdk-dev] [PATCH v7 03/28] librte_ether: add function rte_eth_copy_dev_info

2015-11-01 Thread Thomas Monjalon
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.

[dpdk-dev] [PATCH v7 03/28] librte_ether: add function rte_eth_copy_dev_info

2015-10-30 Thread Bernard Iremonger
Signed-off-by: Bernard Iremonger Acked-by: Bruce Richardson --- lib/librte_ether/rte_ethdev.c | 14 ++ lib/librte_ether/rte_ethdev.h | 14 ++ lib/librte_ether/rte_ether_version.map | 7 +++ 3 files changed, 35 insertions(+) diff --git