> -----Original Message----- > From: Zhihong Wang <[email protected]> > Sent: Thursday, August 12, 2021 21:19 > To: [email protected]; Yigit, Ferruh <[email protected]>; Li, Xiaoyun > <[email protected]>; Singh, Aman Deep <[email protected]>; > [email protected]; [email protected] > Cc: Zhihong Wang <[email protected]> > 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 <[email protected]> > --- > app/test-pmd/flowgen.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Acked-by: Xiaoyun Li <[email protected]>

