RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-06 Thread Ye, MingjinX
> -Original Message- > From: Andrew Rybchenko > Sent: 2022年11月6日 18:33 > To: Ye, MingjinX ; lihuisong (C) > ; dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman > Deep ; Zhang, Yuying > > Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offloa

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-06 Thread Andrew Rybchenko
On 11/4/22 14:33, Ye, MingjinX wrote: -Original Message- From: lihuisong (C) Sent: 2022年11月4日 18:18 To: Ye, MingjinX ; dev@dpdk.org Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman Deep ; Zhang, Yuying Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq 在 2022/11/4 16

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-04 Thread Ye, MingjinX
> -Original Message- > From: lihuisong (C) > Sent: 2022年11月4日 18:18 > To: Ye, MingjinX ; dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman > Deep ; Zhang, Yuying > > Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > > >

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-04 Thread lihuisong (C)
在 2022/11/4 16:21, Ye, MingjinX 写道: -Original Message- From: lihuisong (C) Sent: 2022年11月3日 15:01 To: Ye, MingjinX ; dev@dpdk.org Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman Deep ; Zhang, Yuying Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq 在 2022/11/3 9

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-04 Thread Ye, MingjinX
> -Original Message- > From: lihuisong (C) > Sent: 2022年11月3日 15:01 > To: Ye, MingjinX ; dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman > Deep ; Zhang, Yuying > > Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > > >

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-03 Thread lihuisong (C)
在 2022/11/3 9:28, Ye, MingjinX 写道: -Original Message- From: lihuisong (C) Sent: 2022年10月28日 10:09 To: Ye, MingjinX ; dev@dpdk.org Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman Deep ; Zhang, Yuying Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq 在 2022/10/27 19

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-11-02 Thread Ye, MingjinX
> -Original Message- > From: lihuisong (C) > Sent: 2022年10月28日 10:09 > To: Ye, MingjinX ; dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman > Deep ; Zhang, Yuying > > Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > > >

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-27 Thread lihuisong (C)
offloads because of setting these offloads. Thanks, Mingjin -Original Message- From: lihuisong (C) Sent: 2022年10月26日 17:53 To: Ye, MingjinX ; dev@dpdk.org Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman Deep ; Zhang, Yuying Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-27 Thread Singh, Aman Deep
On 10/27/2022 2:06 PM, Huang, ZhiminX wrote: -Original Message- From: Mingjin Ye Sent: Thursday, October 27, 2022 1:10 AM To: dev@dpdk.org Cc: sta...@dpdk.org; Zhou, YidingX ; Ye, MingjinX ; Singh, Aman Deep ; Zhang, Yuying Subject: [PATCH v4 1/2] app/testpmd: fix vlan offload of

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-27 Thread Ye, MingjinX
; Subject: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > > After setting vlan offload in testpmd, the result is not updated to rxq. > Therefore, the queue needs to be reconfigured after executing the "vlan > offload" related commands. > > Fixes: a47aa8b97afe

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-27 Thread Ye, MingjinX
rg > Cc: sta...@dpdk.org; Zhou, YidingX ; Singh, Aman > Deep ; Zhang, Yuying > > Subject: Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > > > 在 2022/10/27 1:10, Mingjin Ye 写道: > > After setting vlan offload in testpmd, the result is not updated to > > rxq.

RE: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-27 Thread Huang, ZhiminX
> -Original Message- > From: Mingjin Ye > Sent: Thursday, October 27, 2022 1:10 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Ye, MingjinX > ; Singh, Aman Deep ; > Zhang, Yuying > Subject: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq > &

Re: [PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-26 Thread lihuisong (C)
在 2022/10/27 1:10, Mingjin Ye 写道: After setting vlan offload in testpmd, the result is not updated to rxq. Therefore, the queue needs to be reconfigured after executing the "vlan offload" related commands. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signe

[PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-26 Thread Mingjin Ye
After setting vlan offload in testpmd, the result is not updated to rxq. Therefore, the queue needs to be reconfigured after executing the "vlan offload" related commands. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- app/test-pm

[PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-24 Thread Mingjin Ye
After setting vlan offload in testpmd, the result is not updated to rxq. Therefore, the queue needs to be reconfigured after executing the "vlan offload" related commands. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- app/test-pm

[PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-24 Thread Mingjin Ye
After setting vlan offload in testpmd, the result is not updated to rxq. Therefore, the queue needs to be reconfigured after executing the "vlan offload" related commands. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- app/test-pm

[PATCH v4 1/2] app/testpmd: fix vlan offload of rxq

2022-10-24 Thread Mingjin Ye
After setting vlan offload in testpmd, the result is not updated to rxq. Therefore, the queue needs to be reconfigured after executing the "vlan offload" related commands. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- app/test-pm