examples/ip_pipeline: rework flow classification pipeline
authorMaciej Gajdzica <maciejx.t.gajdzica@intel.com>
Tue, 7 Jul 2015 08:09:35 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:46 +0000 (17:25 +0200)
commit7122d30131ad31add280ef4b996d306f76c6b32c
tree72f8ed7581c29146f7955b7e11b652bd7362be82
parent30ad1f40ca37bbbcfce6b92c8cd971fd6da25511
examples/ip_pipeline: rework flow classification pipeline

Flow classification pipeline implementation is split to two files.
pipeline_flow_classification.c file handles front-end functions (cli
commands parsing) pipeline_flow_classification_ops.c contains
implementation of functions done by pipeline (back-end).

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline/pipeline_flow_classification.c
examples/ip_pipeline/pipeline/pipeline_flow_classification.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h [new file with mode: 0644]