[PATCH] app/testpmd: fix vlan offload of rxq
Singh, Aman Deep
aman.deep.singh at intel.com
Tue Oct 4 16:30:22 CEST 2022
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")
> Cc: stable at dpdk.org
>
> Signed-off-by: Mingjin Ye <mingjinx.ye at intel.com>
> Acked-by: Aman Singh<aman.deep.singh at intel.com>
> ---
> app/test-pmd/cmdline.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
> index b4fe9dfb17..066a482fb5 100644
> --- a/app/test-pmd/cmdline.c
> +++ b/app/test-pmd/cmdline.c
> @@ -4076,6 +4076,7 @@ cmd_vlan_offload_parsed(void *parsed_result,
> else
> vlan_extend_set(port_id, on);
>
> + cmd_reconfig_device_queue(port_id, 1, 1);
> return;
> }
>
More information about the stable
mailing list