[dpdk-dev] [PATCH v5 1/1] ip_pipeline: added dynamic pipeline reconfiguration

2015-12-07 Thread Thomas Monjalon
2015-10-29 16:36, Piotr Azarewicz: > 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 > Signed-off-by: Piotr Azarewicz > > Acked-by: Cristian

[dpdk-dev] [PATCH v5 1/1] ip_pipeline: added dynamic pipeline reconfiguration

2015-10-29 Thread Piotr Azarewicz
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. v2 changes: - deleted debug printfs v3 changes: - add timer for thread message request - fix bug that the new functionality can't work - fix