> Subject: Re:RE: Re:RE: [EXTERNAL] [PATCH] graph: optimize graph search when
> scheduling nodes
>
> > [main] [dpdk. org] $ git diff > diff --git
> > a/lib/graph/rte_graph_worker_common. h
> > b/lib/graph/rte_graph_worker_common. h > index a518af2b2a. .
> >
> [main] [dpdk.org] $ git diff> diff --git
> a/lib/graph/rte_graph_worker_common.h b/lib/graph/rte_graph_worker_common.h>
> index a518af2b2a..ec9a82186d 100644> ---
> a/lib/graph/rte_graph_worker_common.h> +++
> b/lib/graph/rte_graph_worker_common.h> @@ -104,6 +104,7 @@ struct
> __rte_cache_al
>OK. @Huichao Cai Please send two patches (a) new proposal and (b) your
>improvement as series.
>Update ABI Changes section in doc/guides/rel_notes/release_24_11.rst Ok.I
>will send these two patches soon.
bject: Re: Re:RE: [EXTERNAL] [PATCH] graph: optimize graph search when
> scheduling nodes
>
> On Mon, Nov 11, 2024 at 6: 39 AM Jerin Jacob wrote: >
> > > > > -Original Message- > > From: David Marchand
> > > Sent: Friday, November
ram
> > ; yanzhirun_...@163.com; dev@dpdk.org;
> > Thomas Monjalon ; Robin Jarry
> > Subject: Re: Re:RE: [EXTERNAL] [PATCH] graph: optimize graph search when
> > scheduling nodes
> >
> > Hello Jerin, On Fri, Nov 8, 2024 at 1: 22 PM Jerin Jacob > com>
&
bject: Re: Re:RE: [EXTERNAL] [PATCH] graph: optimize graph search when
> scheduling nodes
>
> Hello Jerin, On Fri, Nov 8, 2024 at 1: 22 PM Jerin Jacob com>
> wrote: > > > Is n't breaking the ABI? > > > > So can't we modify the ABI, or
> is
>
Hello Jerin,
On Fri, Nov 8, 2024 at 1:22 PM Jerin Jacob wrote:
> > > Is n't breaking the ABI?
> >
> > So can't we modify the ABI, or is there any special operation required to
> > modify
> > the ABI?
>
> Only LTS release (xx.11) can change the ABI after sending deprecation notice.
> Looking at t
> -Original Message-
> From: Huichao Cai
> Sent: Friday, November 8, 2024 7:10 AM
> To: Jerin Jacob
> Cc: Kiran Kumar Kokkilagadda ; Nithin Kumar
> Dabilpuram ; yanzhirun_...@163.com;
> dev@dpdk.org
> Subject: Re:RE: [EXTERNAL] [PATCH] graph: optimize graph
> Is n't breaking the ABI?
So can't we modify the ABI, or is there any special operation required to
modify the ABI?
> -Original Message-
> From: Huichao cai
> Sent: Thursday, November 7, 2024 1:35 PM
> To: Jerin Jacob ; Kiran Kumar Kokkilagadda
> ; Nithin Kumar Dabilpuram
> ; yanzhirun_...@163.com
> Cc: dev@dpdk.org
> Subject: [EXTERNAL] [PATCH] graph: optimize graph search
In the function __rte_graph_ccore_ispatch_stched_node_dequeue,
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
---
lib/graph/rte_graph_mode
11 matches
Mail list logo