[dpdk-users] no driver found for pcap-based virtual NIC (eth_pcap0)

2016-03-14 Thread Panu Matilainen
On 03/11/2016 08:46 PM, Douglas, Frederick E wrote: > I'm new to DPDK. I've gotten the basics working, but I'm having trouble with > the .pcap file-based virtual interface. The EAL is failing to set things up > when I ask it to use a pcap virtual interface, with: > > --vdev > 'eth_pcap0,rx_pcap=

[dpdk-users] no driver found for pcap-based virtual NIC (eth_pcap0)

2016-03-11 Thread Douglas, Frederick E
I'm new to DPDK. I've gotten the basics working, but I'm having trouble with the .pcap file-based virtual interface. The EAL is failing to set things up when I ask it to use a pcap virtual interface, with: --vdev 'eth_pcap0,rx_pcap=/full/path/to/iperf_udp.pcap,tx_pcap=/full/path/to/NEW.pcap' I