[dpdk-dev] [PATCH v2] cxgbe: fix to copy pci info to ports under same PF

2016-02-25 Thread Rahul Lakkireddy
Chelsio NIC ports share a single PF. Move rte_eth_copy_pci_info() to copy the pci device information to the remaining ports as well. Also update license year to 2016. Fixes: eeefe73f0af1 ("drivers: copy PCI device info to ethdev data") Signed-off-by: Rahul Lakkireddy Signed-off-by: Kumar Sanghv

[dpdk-dev] [PATCH v2] cxgbe: fix to copy pci info to ports under same PF

2016-02-25 Thread Bruce Richardson
On Thu, Feb 25, 2016 at 03:07:53PM +0530, Rahul Lakkireddy wrote: > Chelsio NIC ports share a single PF. Move rte_eth_copy_pci_info() > to copy the pci device information to the remaining ports as well. > > Also update license year to 2016. > > Fixes: eeefe73f0af1 ("drivers: copy PCI device info