examples/ip_pipeline: remove infra code
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:39 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 16:23:41 +0000 (18:23 +0200)
commitfbc74e66334f52a00263dd81dd49fe513b6e8967
treef4d2d835b85844cdfcb23cd62a3ac68e0cadb74e
parentf97f23a0c9ddaae87f4feac08841957a6e9c76c9
examples/ip_pipeline: remove infra code

All the actions associated with application pipelines
tables and ports are now implemented using the new action
APIs. Therefore, thousands of lines of code are eliminated
from the application. The reduced code size is easier to
maintain and extend.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
16 files changed:
examples/ip_pipeline/Makefile
examples/ip_pipeline/app.h [deleted file]
examples/ip_pipeline/config_check.c [deleted file]
examples/ip_pipeline/config_parse.c [deleted file]
examples/ip_pipeline/config_parse_tm.c [deleted file]
examples/ip_pipeline/cpu_core_map.c [deleted file]
examples/ip_pipeline/cpu_core_map.h [deleted file]
examples/ip_pipeline/init.c [deleted file]
examples/ip_pipeline/main.c
examples/ip_pipeline/meson.build
examples/ip_pipeline/parser.c
examples/ip_pipeline/parser.h
examples/ip_pipeline/pipeline.h [deleted file]
examples/ip_pipeline/pipeline_be.h [deleted file]
examples/ip_pipeline/thread.c [deleted file]
examples/ip_pipeline/thread.h [deleted file]