[dpdk-dev] Need info on --vdev option

2015-03-23 Thread Shankari Vaidyalingam
Hi Olivier, Thanks a lot. I changed the ordering and it worked. But the pcap file was empty even when I specified the rx interface. I have a basic doubt. When the ethernet interfaces are bound to teh igb driver they become user interfaces and no longer shown in "ifconfig" command output. By what

[dpdk-dev] Need info on --vdev option

2015-03-23 Thread Shankari Vaidyalingam
Hi I'm trying to do a packet capture on the DPDK interface while running l2fwd sample application and injecting packets from a traffic generator. I'm getting the below error when I give this command: sudo ./build/l2fw-c 0x03 -n 2 -- -p 0x03 --vdev 'eth_pcap0,tx_pcap=/home/controller/pkt_capt/try.p

[dpdk-dev] Need info on --vdev option

2015-03-23 Thread Olivier MATZ
Hi Shankari, On 03/23/2015 04:54 PM, Shankari Vaidyalingam wrote: > Hi > > I'm trying to do a packet capture on the DPDK interface while running l2fwd > sample application and injecting packets from a traffic generator. > I'm getting the below error when I give this command: sudo ./build/l2fw-c >