-----Original Message-----
From: Qiao, Wenjing <[email protected]>
Sent: Friday, July 7, 2023 3:58 PM
To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]>
Cc: [email protected]; Huang, ZhiminX <[email protected]>; Qiao, Wenjing
<[email protected]>
Subject: [PATCH] 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")
Signed-off-by: Wenjing Qiao <[email protected]>
---
drivers/net/iavf/iavf.h | 1 +
drivers/net/iavf/iavf_ethdev.c | 18 ++++++++++++++++++
drivers/net/iavf/iavf_vchnl.c | 2 ++
3 files changed, 21 insertions(+)
Verified vf vlan filter and strip cases in i40e and ice intree driver, tested
pass.
Tested-by: Zhimin Huang <[email protected] >