> -----Original Message----- > From: Zhihong Wang <wangzhihong....@bytedance.com> > Sent: Thursday, August 12, 2021 21:19 > To: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Li, Xiaoyun > <xiaoyun...@intel.com>; Singh, Aman Deep <aman.deep.si...@intel.com>; > irussk...@marvell.com; cchempara...@tilera.com > Cc: Zhihong Wang <wangzhihong....@bytedance.com> > Subject: [PATCH v4 4/4] app/testpmd: use per-core variable in flowgen > > Use per-core variable for flow indexing to solve cache contention in > multi-core > scenarios. > > v4: use loop local variable to improve performance
Usually, the changes should be after sign-off and "---" not in commit log. > > Signed-off-by: Zhihong Wang <wangzhihong....@bytedance.com> > --- > app/test-pmd/flowgen.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Acked-by: Xiaoyun Li <xiaoyun...@intel.com>