Re: [PATCH v7 1/1] graph: mcore: optimize graph search

2025-02-06 Thread Patrick Robb
Recheck-request: iol-intel-Performance Triggering a retest due to testbed instability yesterday. On Wed, Feb 5, 2025 at 9:53 PM Huichao Cai wrote: > 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 th

[PATCH v7 1/1] graph: mcore: optimize graph search

2025-02-05 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