[dpdk-dev] [PATCH] examples/ip_pipeline: fix flow classification pipeline

2016-03-31 Thread Thomas Monjalon
2016-03-31 12:29, Fan Zhang: > Fixes: examples/ip_pipeline: config parser clean-up Fixes: 1a33c5ea2f45 ("examples/ip_pipeline: clean config parser") > This patch fixes the initialization error in flow classification > pipeline. Originally, when there is no key_mask specified in the > CFG file,

[dpdk-dev] [PATCH] examples/ip_pipeline: fix flow classification pipeline

2016-03-31 Thread Fan Zhang
Fixes: examples/ip_pipeline: config parser clean-up This patch fixes the initialization error in flow classification pipeline. Originally, when there is no key_mask specified in the CFG file, all '0' mask is utilized. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu ---