Re: [EXTERNAL] [PATCH v8] graph: mcore: optimize graph search

2025-06-10 Thread Thomas Monjalon
> > In the function __rte_graph_mcore_dispatch_sched_node_enqueue, use a > > slower loop to search for the graph, modify the search logic to record the > > result of the first search, and use this record for subsequent searches to > > improve search speed. > > In the function __rte_graph_mcore_dis

RE: [EXTERNAL] [PATCH v8] graph: mcore: optimize graph search

2025-02-21 Thread Kiran Kumar Kokkilagadda
> -Original Message- > From: Huichao Cai > Sent: Friday, February 7, 2025 7:10 AM > To: Jerin Jacob ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Dabilpuram > ; yanzhirun_...@163.com > Cc: dev@dpdk.org > Subject: [EXTERNAL] [PATCH v8] graph: mcore: optimize

Re: [PATCH v8] graph: mcore: optimize graph search

2025-02-19 Thread Thomas Monjalon
07/02/2025 02:39, Huichao Cai: > In the function __rte_graph_mcore_dispatch_sched_node_enqueue, > use a slower loop to search for the graph, modify the search logic > to record the result of the first search, and use this record for > subsequent searches to improve search speed. > > Signed-off-by:

[PATCH v8] graph: mcore: optimize graph search

2025-02-06 Thread Huichao Cai
In the function __rte_graph_mcore_dispatch_sched_node_enqueue, use a slower loop to search for the graph, modify the search logic to record the result of the first search, and use this record for subsequent searches to improve search speed. Signed-off-by: Huichao Cai --- devtools/libabigail.abig