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

王志宏 wangzhihong.wzh at bytedance.com
Fri Aug 13 04:35:13 CEST 2021


On Fri, Aug 13, 2021 at 9:56 AM Li, Xiaoyun <xiaoyun.li at intel.com> wrote:
>
>
> > -----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.

Ok. I'll wait to see if there's more comments and then send a v5 to
correct these. Thanks.

>
> >
> > 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