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

2022-10-04 Thread Singh, Aman Deep
On 9/30/2022 9:15 PM, Mingjin Ye wrote: After setting "vlan offload" in testpmd, the result does not update the rxq queues configuration. Therefore, this patch is to reconfigure rxq queues after executing the "vlan offload" command. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support"

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

2022-10-02 Thread Mingjin Ye
After setting "vlan offload" in testpmd, the result does not update the rxq queues configuration. Therefore, this patch is to reconfigure rxq queues after executing the "vlan offload" command. Fixes: a47aa8b97afe ("app/testpmd: add vlan offload support") Cc: sta...@dpdk.org Signed-off-by: Mingji