[dpdk-dev] [PATCH v4 4/4] app/testpmd: use per-core variable in flowgen

Li, Xiaoyun xiaoyun.li at intel.com
Fri Aug 13 03:56:52 CEST 2021


> -----Original Message-----
> From: Zhihong Wang <wangzhihong.wzh at bytedance.com>
> Sent: Thursday, August 12, 2021 21:19
> To: dev at dpdk.org; Yigit, Ferruh <ferruh.yigit at intel.com>; Li, Xiaoyun
> <xiaoyun.li at intel.com>; Singh, Aman Deep <aman.deep.singh at intel.com>;
> irusskikh at marvell.com; cchemparathy at tilera.com
> Cc: Zhihong Wang <wangzhihong.wzh at 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.wzh at bytedance.com>
> ---
>  app/test-pmd/flowgen.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 

Acked-by: Xiaoyun Li <xiaoyun.li at intel.com>


More information about the dev mailing list