[dpdk-dev] [PATCH] examples/ip_pipeline: fix NULL packet processing in source port

2016-05-17 Thread Thomas Monjalon
2016-05-17 13:37, Fan Zhang: > This patch fixes the NULL packet processing problem. Originally, > the write to NULL packets generated by source port will crash > the ip pipeline application. This patch enforces, unless > specified, a default pcap file path to be read. I failed to understand. Pleas

[dpdk-dev] [PATCH] examples/ip_pipeline: fix NULL packet processing in source port

2016-05-17 Thread Fan Zhang
This patch fixes the NULL packet processing problem. Originally, the write to NULL packets generated by source port will crash the ip pipeline application. This patch enforces, unless specified, a default pcap file path to be read. Fixes: 0e1e7d53 ("add pcap file source") Signed-off-by: Fan Zhang