[dpdk-dev] [PATCH PktGen/PCAP] let multi tx queues with pcap work

2016-04-15 Thread Zhouyi Zhou
Currently, dpdk-pktgen will panic when assigning multi tx queues with pcap packet, for example: ./app/app/build/pktgen -c f -n 2 -- -P -m "[0:1-3].0" -s 0:pcap/large.pcap This patch fix this bug by assigning qid to memory pool name. Signed-off-by: Zhouyi Zhou --- app/pktgen-pcap.c | 2 +- 1 f

[dpdk-dev] [PATCH PktGen/PCAP] let multi tx queues with pcap work

2016-04-15 Thread Wiles, Keith
Thank you. >Currently, dpdk-pktgen will panic when assigning multi tx queues with pcap >packet, for example: >./app/app/build/pktgen -c f -n 2 -- -P -m "[0:1-3].0" -s 0:pcap/large.pcap > >This patch fix this bug by assigning qid to memory pool name. > >Signed-off-by: Zhouyi Zhou >--- > app/pktg