Re: [dpdk-dev] [PATCH v1] net/iavf: fix unsupported VLAN offload requested

2021-01-25 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Monday, January 25, 2021 12:31 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, Haiyue ; Wu, > Jingjing ; Xing, Beilei > Subject: [PATCH v1] net/iavf: fix unsupported VLAN offload requested > > If the underlying PF does

[dpdk-dev] [PATCH v1] net/iavf: fix unsupported VLAN offload requested

2021-01-24 Thread Haiyue Wang
If the underlying PF doesn't support a specific ethertype or the ability to toggle VLAN insertion and/or stripping, then the VF prevents sending an invalid message to the PF. Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities") Signed-off-by: Haiyue Wang --- drivers/net/iavf/iavf_vch