Small series to improve dispatch mode for lib/graph. In order to run an instance of the graph in a control thread (slow path defined as nodes) in addition to the datapath thread, we need: - the ability to run graph_walk on an non-eal thread - a signaling mechanism to wake up the control thread
Christophe Christophe Fontaine (2): graph: allow non EAL Thread for pipeline mode graph: add callback in dispatch mode lib/graph/graph.c | 23 +++++++++++++++------- lib/graph/rte_graph.h | 14 +++++++++++++ lib/graph/rte_graph_model_mcore_dispatch.c | 2 ++ lib/graph/rte_graph_worker_common.h | 2 ++ 4 files changed, 34 insertions(+), 7 deletions(-) -- 2.43.5