RE: [EXTERNAL] [PATCH v3 2/2] graph: add alignment to the member of rte_node

2024-11-13 Thread Jerin Jacob
> -Original Message- > From: Huichao Cai > Sent: Wednesday, November 13, 2024 1:06 PM > To: Jerin Jacob ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Dabilpuram > ; yanzhirun_...@163.com > Cc: dev@dpdk.org > Subject: [EXTERNAL] [PATCH v3 2/2] graph: add al

[PATCH v3 2/2] graph: add alignment to the member of rte_node

2024-11-12 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. Due to the modification of the alignment of some members of the "rte_node" structure, update file release_24_11.rst. Signed-off-b