examples/ip_pipeline: add master pipeline
authorJasvinder Singh <jasvinder.singh@intel.com>
Tue, 7 Jul 2015 08:09:29 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:46 +0000 (17:25 +0200)
commitea0908c4ab89fad458deb3fae8d85725cbecafc9
tree13697cc3fbc312979c3f0ceac3a6b5c0a6dbeda9
parentbff54484b274dbfe98f189a3bbcc81f9fedb8c5d
examples/ip_pipeline: add master pipeline

Master pipeline is responsible for command line handling and
communicationg with all other pipelines via message queues. Removed
cmdline.c file, as its functionality will be split over multiple
pipeline files.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/cmdline.c [deleted file]
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline/pipeline_common_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_common_be.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_common_fe.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_common_fe.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_master.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_master.h [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_master_be.c [new file with mode: 0644]
examples/ip_pipeline/pipeline/pipeline_master_be.h [new file with mode: 0644]