examples/ip_pipeline: reconfigure thread binding dynamically
authorPiotr Azarewicz <piotrx.t.azarewicz@intel.com>
Thu, 29 Oct 2015 15:36:53 +0000 (16:36 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 01:35:56 +0000 (02:35 +0100)
commitb4aee0fb9c6d4fee771271d6c03a65dc27ba024a
treec8cc39ef4ae6cf4472fe4f8cdf7ad410158b2354
parent0ae7275810f15ae5056a6b4d1d24a8117b98ac33
examples/ip_pipeline: reconfigure thread binding dynamically

Up till now pipeline was bound to thread selected in the initial config.
This patch allows binding pipeline to other threads at runtime using CLI
commands.

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/app.h
examples/ip_pipeline/config_parse.c
examples/ip_pipeline/init.c
examples/ip_pipeline/pipeline.h
examples/ip_pipeline/pipeline/pipeline_common_fe.h
examples/ip_pipeline/thread.c
examples/ip_pipeline/thread.h [new file with mode: 0644]
examples/ip_pipeline/thread_fe.c [new file with mode: 0644]
examples/ip_pipeline/thread_fe.h [new file with mode: 0644]