<div data-ntes="ntes_mail_body_root" style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div id="spnEditorContent"><p style="margin: 0;">Hi, Jerin. Like this?</p><p style="margin: 0;"><br></p><p style="margin: 0;">diff --git a/lib/graph/rte_graph_worker_common.h b/lib/graph/rte_graph_worker_common.h</p><p style="margin: 0;">index a518af2b2a..f9ff7dd8c9 100644</p><p style="margin: 0;">--- a/lib/graph/rte_graph_worker_common.h</p><p style="margin: 0;">+++ b/lib/graph/rte_graph_worker_common.h</p><p style="margin: 0;">@@ -104,15 +104,19 @@ struct __rte_cache_aligned rte_node {</p><p style="margin: 0;">        /** Original process function when pcap is enabled. */</p><p style="margin: 0;">        rte_node_process_t original_process;</p><p style="margin: 0;"> </p><p style="margin: 0;">+       /** Fast schedule area for mcore dispatch model. */</p><p style="margin: 0;">        union {</p><p style="margin: 0;">-               /* Fast schedule area for mcore dispatch model */</p><p style="margin: 0;">-               struct {</p><p style="margin: 0;">+               alignas(RTE_CACHE_LINE_MIN_SIZE) struct {</p><p style="margin: 0;">                        unsigned int lcore_id;  /**< Node running lcore. */</p><p style="margin: 0;">                        uint64_t total_sched_objs; /**< Number of objects scheduled. */</p><p style="margin: 0;">                        uint64_t total_sched_fail; /**< Number of scheduled failure. */</p><p style="margin: 0;">                } dispatch;</p><p style="margin: 0;">        };</p><p style="margin: 0;">+</p><p style="margin: 0;">+       /** Fast path area cache line 1. */</p><p style="margin: 0;">+       alignas(RTE_CACHE_LINE_MIN_SIZE)</p><p style="margin: 0;">        rte_graph_off_t xstat_off; /**< Offset to xstat counters. */</p><p style="margin: 0;">+</p><p style="margin: 0;">        /* Fast path area  */</p><p style="margin: 0;">        __extension__ struct __rte_cache_aligned {</p><p style="margin: 0;"> #define RTE_NODE_CTX_SZ 16</p><div><br></div></div></div>