-----Original Message-----
From: Wenjing Qiao <[email protected]>
Sent: Wednesday, July 12, 2023 3:49 PM
To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]>
Cc: [email protected]; Qiao, Wenjing <[email protected]>; [email protected]
Subject: [PATCH v2] net/iavf: fix vlan offload strip flag inconsistency
For i40e in-tree kernel driver, it will set strip on when setting filter on. To
be consistent with dpdk, disable strip again.
Fixes: cb25d4323fbf ("net/avf: enable MAC VLAN and promisc ops")
Cc: [email protected]
Signed-off-by: Wenjing Qiao <[email protected]>
---
Depends-on: patch-129488 ("common/iavf: fix hw mac type for 710 NIC")
---
Verified vf vlan filter and strip cases in i40e intree driver, tested pass.
Tested-by: Zhimin Huang <[email protected] >