[dpdk-dev] [PATCH] example/ip_pipeline: fix config file parse defect

2015-12-10 Thread Thomas Monjalon
2015-12-10 12:19, Fan Zhang: > Coverity issue: 120143 > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] example/ip_pipeline: fix config file parse defect

2015-12-10 Thread Fan Zhang
Coverity issue: 120143 Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- examples/ip_pipeline/config_parse.c | 4 1 file changed, 4 insertions(+) diff --git a/examples/ip_pipeline/config_parse.c