examples/ip_pipeline: rework config file syntax
authorPawel Wodkowski <pawelx.wodkowski@intel.com>
Tue, 7 Jul 2015 08:09:25 +0000 (10:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:45 +0000 (17:25 +0200)
commit7f64b9c004aa39d50fd5ee254b399e4267a5aa5d
treea30ac38f6e11a6cfc4ad493dcd4fc6e4b9f1a132
parentd27f716ad79cf74ecc08a95b2e3aa163bccf419e
examples/ip_pipeline: rework config file syntax

New syntax of config files is needed for ip_pipeline example
enhancements. Some old files are temporarily disabled in the Makefile.
It is part of a bigger change.

Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/app.h [new file with mode: 0644]
examples/ip_pipeline/config.c [deleted file]
examples/ip_pipeline/config_parse.c [new file with mode: 0644]
examples/ip_pipeline/config_parse_tm.c [new file with mode: 0644]
examples/ip_pipeline/cpu_core_map.c [new file with mode: 0644]
examples/ip_pipeline/cpu_core_map.h [new file with mode: 0644]
examples/ip_pipeline/main.c
examples/ip_pipeline/main.h [deleted file]
examples/ip_pipeline/pipeline.h [new file with mode: 0644]
examples/ip_pipeline/pipeline_be.h [new file with mode: 0644]