DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] graph: dispatch mode improvements
@ 2025-07-23 16:49 Christophe Fontaine
  2025-07-23 16:50 ` [PATCH 1/2] graph: allow non EAL Thread for pipeline mode Christophe Fontaine
  2025-07-23 16:50 ` [PATCH 2/2] graph: add callback in dispatch mode Christophe Fontaine
  0 siblings, 2 replies; 3+ messages in thread
From: Christophe Fontaine @ 2025-07-23 16:49 UTC (permalink / raw)
  To: Jerin Jacob, Kiran Kumar K, Nithin Dabilpuram, Zhirun Yan
  Cc: dev, Christophe Fontaine

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-23 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-23 16:49 [PATCH 0/2] graph: dispatch mode improvements Christophe Fontaine
2025-07-23 16:50 ` [PATCH 1/2] graph: allow non EAL Thread for pipeline mode Christophe Fontaine
2025-07-23 16:50 ` [PATCH 2/2] graph: add callback in dispatch mode Christophe Fontaine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).