examples/ip_pipeline: rework passthrough pipeline
authorJasvinder Singh <jasvinder.singh@intel.com>
Tue, 7 Jul 2015 08:09:32 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:46 +0000 (17:25 +0200)
commit947024a26df7cd91290f8ef8af63ec6210a13af4
tree72ccab0f3c51974c58a2ca8dd016fbe41edb24d8
parent147fc74f442d5d6773b79392570b64647e2e0f25
examples/ip_pipeline: rework passthrough pipeline

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

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline/hash_func.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_actions_common.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_passthrough.c
examples/ip_pipeline/pipeline/pipeline_passthrough.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_passthrough_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_passthrough_be.h [new file with mode: 0644]