[dpdk-dev] [PATCH] examples/ip_pipeline: fix pcap file parsing

2016-04-01 Thread Thomas Monjalon
2016-04-01 10:55, Fan Zhang: > Fixes: fe5d046 ("examples/ip_pipeline: add pcap file dump") > > This patch fixes the pcap file parsing in ip_pipeline. Originally, the > parser recognizes the pcap related entries regardless of the RTE_PORT_PCAP > macro definition status. > > Signed-off-by: Fan Zhan

[dpdk-dev] [PATCH] examples/ip_pipeline: fix pcap file parsing

2016-04-01 Thread Fan Zhang
Fixes: fe5d046 ("examples/ip_pipeline: add pcap file dump") This patch fixes the pcap file parsing in ip_pipeline. Originally, the parser recognizes the pcap related entries regardless of the RTE_PORT_PCAP macro definition status. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- exam