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

2024-11-14 Thread Jerin Jacob
PATCH v4 2/2] graph: add alignment to the > member of rte_node > > Hi, Jerin. Like this? diff --git a/lib/graph/rte_graph_worker_common. h > b/lib/graph/rte_graph_worker_common. h index a518af2b2a. . f9ff7dd8c9 > 100644 --- a/lib/graph/rte_graph_worker_common. h +++ > b/lib/g

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

2024-11-14 Thread Huichao Cai
Hi, Jerin. Like this? diff --git a/lib/graph/rte_graph_worker_common.h b/lib/graph/rte_graph_worker_common.h index a518af2b2a..f9ff7dd8c9 100644 --- a/lib/graph/rte_graph_worker_common.h +++ b/lib/graph/rte_graph_worker_common.h @@ -104,15 +104,19 @@ struct __rte_cache_aligned rte_node {

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

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

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

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. Due to the modification of the alignment of some members of the rte_node structure, update file release_24_1