Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-04-09 Thread oulijun
在 2021/4/10 9:12, Ferruh Yigit 写道: On 3/23/2021 2:17 PM, oulijun wrote: 在 2021/3/23 16:55, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Friday, March 5, 2021 18:22 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH 1/3] app/te

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-04-09 Thread Ferruh Yigit
On 3/23/2021 2:17 PM, oulijun wrote: 在 2021/3/23 16:55, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Friday, March 5, 2021 18:22 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH 1/3] app/testpmd: fix forwarding configuration whe

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread Li, Xiaoyun
> -Original Message- > From: oulijun > Sent: Tuesday, March 23, 2021 22:19 > To: Li, Xiaoyun ; Yigit, Ferruh > Cc: dev@dpdk.org; linux...@openeuler.org > Subject: Re: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB > test > > >> @@ -2707,14 +2707,16 @@ stop_port(portid

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread Li, Xiaoyun
> -Original Message- > From: oulijun > Sent: Tuesday, March 23, 2021 22:18 > To: Li, Xiaoyun ; Yigit, Ferruh > Cc: dev@dpdk.org; linux...@openeuler.org > Subject: Re: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB > test > > > > 在 2021/3/23 16:55, Li, Xiaoyun 写道: > >

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread oulijun
在 2021/3/23 16:55, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Friday, March 5, 2021 18:22 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test From: Huisong Li The c

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread oulijun
在 2021/3/23 16:55, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Friday, March 5, 2021 18:22 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test From: Huisong Li The c

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread oulijun
在 2021/3/23 16:55, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Friday, March 5, 2021 18:22 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test From: Huisong Li The c

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-23 Thread Li, Xiaoyun
Hi > -Original Message- > From: Lijun Ou > Sent: Friday, March 5, 2021 18:22 > To: Yigit, Ferruh > Cc: Li, Xiaoyun ; dev@dpdk.org; > linux...@openeuler.org > Subject: [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test > > From: Huisong Li > The commit message is too l

[dpdk-dev] [PATCH 1/3] app/testpmd: fix forwarding configuration when DCB test

2021-03-05 Thread Lijun Ou
From: Huisong Li Currently, 'nb_fwd_lcores' value are both adjusted based on 'nb_fwd_streams' in rss/simple/icmp_echo_fwd_config_setup. But the operation is lack for dcb_fwd_config_setup, which may lead to a bad events where multiple polling threads operate on the same queue. As a result, various