Re: [EXTERNAL] Re: [PATCH v5 1/1] graph: improve node layout

2024-11-19 Thread Thomas Monjalon
> > 15/11/2024 02:55, Huichao Cai: > > > The members "dispatch" and "xstat_off" of the structure "rte_node" > > > can be min cache aligned to make room for future expansion and to make > > > sure have better performance. Add corresponding comments. > > > > > > Signed-off-by: Huichao Cai ] > > Acke

RE: [EXTERNAL] Re: [PATCH v5 1/1] graph: improve node layout

2024-11-15 Thread Jerin Jacob
> -Original Message- > From: Thomas Monjalon > Sent: Friday, November 15, 2024 7:54 PM > To: Jerin Jacob ; Nithin Kumar Dabilpuram > > Cc: Kiran Kumar Kokkilagadda ; > yanzhirun_...@163.com; dev@dpdk.org; Huichao Cai > Subject: [EXTERNAL] Re: [PATCH v5 1/1] gr

Re: [PATCH v5 1/1] graph: improve node layout

2024-11-15 Thread Thomas Monjalon
Is it good to go? 15/11/2024 02:55, Huichao Cai: > The members "dispatch" and "xstat_off" of the structure "rte_node" > can be min cache aligned to make room for future expansion and to > make sure have better performance. Add corresponding comments. > > Signed-off-by: Huichao Cai > --- > doc/

[PATCH v5 1/1] graph: improve node layout

2024-11-14 Thread Huichao Cai
The members "dispatch" and "xstat_off" of the structure "rte_node" can be min cache aligned to make room for future expansion and to make sure have better performance. Add corresponding comments. Signed-off-by: Huichao Cai --- doc/guides/rel_notes/release_24_11.rst | 2 ++ lib/graph/rte_graph_w