On 10/27/2022 2:06 PM, Huang, ZhiminX wrote:
-----Original Message-----
From: Mingjin Ye <mingjinx...@intel.com>
Sent: Thursday, October 27, 2022 1:10 AM
To: dev@dpdk.org
Cc: sta...@dpdk.org; Zhou, YidingX <yidingx.z...@intel.com>; Ye, MingjinX
<mingjinx...@intel.com>; Singh, Aman Deep <aman.deep.si...@intel.com>;
Zhang, Yuying <yuying.zh...@intel.com>
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 ("app/testpmd: add vlan offload support")
Cc: sta...@dpdk.org
Signed-off-by: Mingjin Ye <mingjinx...@intel.com>
Acked-by: Aman Singh<aman.deep.si...@intel.com>
---
Tested-by: Zhimin Huang <zhiminx.hu...@intel.com >