[dpdk-dev] [PATCH v2] examples/ip_pipeline: config parser clean-up

2016-03-07 Thread Thomas Monjalon
2016-02-17 11:14, Fan Zhang: > This patch updates the pipelne configuration file parser, cleans up nesting > if/else conditions, and add clearer error message display. > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH v2] examples/ip_pipeline: config parser clean-up

2016-02-17 Thread Fan Zhang
This patch updates the pipelne configuration file parser, cleans up nesting if/else conditions, and add clearer error message display. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- examples/ip_pipeline/config_parse.c| 1008 examples/ip_pipeline/