> -----Original Message----- > From: Jerin Jacob <jerinjac...@gmail.com> > Sent: Tuesday 17 June 2025 16:28 > > > -struct __rte_cache_aligned rte_graph_cluster_node_stats { > > +struct rte_graph_cluster_node_stats { > > This is a fastpath structure. No need to change the alignment here.
rte_graph_cluster_stats includes it, so unfortunately would stay cache-aligned regardless of the attributes unless we make rte_graph_cluster_node_stats default-aligned as well. If you are sure that we need to keep node one cache-aligned we can return to rte_malloc solution (or posix_memalign, but I would prefer not to hand-code aligned realloc).