examples/ip_pipeline: fix flow classification
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 31 Mar 2016 11:29:34 +0000 (12:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 20:56:00 +0000 (22:56 +0200)
commit4410efd3f29bf74dd8acfbcf204bdcc8f6575745
tree246632d7360cb6e711df2ffbeb268c58848f0ad9
parente27529c61cb7c004c458dfdeaea1b19f5c40e6fc
examples/ip_pipeline: fix flow classification

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.

Fixes: 1a33c5ea2f45 ("examples/ip_pipeline: clean config parser")

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c