> > 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_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 <chcch...@163.com> > > Acked-by: Kiran Kumar Kokkilagadda <kirankum...@marvell.com>
Applied, thanks.