examples/ip_pipeline: rework routing pipeline
authorMaciej Gajdzica <maciejx.t.gajdzica@intel.com>
Tue, 7 Jul 2015 08:09:34 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:46 +0000 (17:25 +0200)
commit30ad1f40ca37bbbcfce6b92c8cd971fd6da25511
tree586a9162be980eee34579b56fa2e5d8376380f1b
parente1597e568edd0acba367a5d1b2540ac48953ce08
examples/ip_pipeline: rework routing pipeline

Routing pipeline implementation is split to two files.
pipeline_routing.c file handles front-end functions (cli commands
parsing) pipeline_routing_ops.c contains implementation of functions
done by pipeline (back-end).

Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline/pipeline_routing.c
examples/ip_pipeline/pipeline/pipeline_routing.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_routing_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_routing_be.h [new file with mode: 0644]