[dpdk-dev] [PATCH v3 2/4] example/ip_pipeline: add PCAP file support

2016-03-25 Thread Zhang, Roy Fan
Hi Thomas, Sorry about that. I will -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Friday, March 11, 2016 11:11 AM To: Zhang, Roy Fan Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 2/4] example/ip_pipeline: add PCAP file support This patch

[dpdk-dev] [PATCH v3 2/4] example/ip_pipeline: add PCAP file support

2016-03-11 Thread Thomas Monjalon
This patch cannot compile without NEXT_ABI: examples/ip_pipeline/init.c:1227:24: error: no member named 'file_name' in 'struct rte_port_source_params'

[dpdk-dev] [PATCH v3 2/4] example/ip_pipeline: add PCAP file support

2016-03-09 Thread Fan Zhang
This patch add PCAP file support to ip_pipeline. Input port type SOURCE now supports loading specific PCAP file and sends the packets in it to pipeline instance. The packets are then released by SINK output port. This feature can be applied by specifying parameters in configuration file as shown