[dpdk-dev] [PATCH 1/1] virtio: call rte_eth_copy_pci_info() later

2015-12-06 Thread Thomas Monjalon
2015-12-04 15:14, Bernard Iremonger: > call rte_eth_copy_pci_info() after the RTE_PCI_DRV_INTR_LSC > has been initialised. > > Fixes: eeefe73f0af1("drivers: copy PCI device info to ethdev data") > > Reported-by: Stephen Hemminger > Signed-off-by: Bernard Iremonger Applied, thanks

[dpdk-dev] [PATCH 1/1] virtio: call rte_eth_copy_pci_info() later

2015-12-04 Thread Bernard Iremonger
call rte_eth_copy_pci_info() after the RTE_PCI_DRV_INTR_LSC has been initialised. Fixes: eeefe73f0af1("drivers: copy PCI device info to ethdev data") Reported-by: Stephen Hemminger Signed-off-by: Bernard Iremonger --- drivers/net/virtio/virtio_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+)