[dpdk-dev] [PATCH] pcap: Fix ethernet device's name for pcap port

2015-01-27 Thread Thomas Monjalon
> Ethernet device's data should contain the virtual device name for pcap port. > This name is correctly set by rte_eth_dev_allocate() at initialization time, > but it is directly lost. > > Signed-off-by: Remi Pommarel Fixes: 83b41136934d ("ethdev: add unique name to devices") Acked-by: Thomas Mo

[dpdk-dev] [PATCH] pcap: Fix ethernet device's name for pcap port

2015-01-20 Thread Remi Pommarel
Ethernet device's data should contain the virtual device name for pcap port. This name is correctly set by rte_eth_dev_allocate() at initialization time, but it is directly lost. Signed-off-by: Remi Pommarel --- lib/librte_pmd_pcap/rte_eth_pcap.c | 1 + 1 file changed, 1 insertion(+) diff --git