> -----Original Message-----
> From: Wang, Haiyue <[email protected]>
> Sent: Wednesday, January 20, 2021 12:18 PM
> To: [email protected]
> Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>; Fu, Qi <[email protected]>; Wang, Haiyue
> <[email protected]>; Creeley, Brett <[email protected]>; Wu,
> Jingjing <[email protected]>; Xing, Beilei <[email protected]>
> Subject: [PATCH v3 1/2] common/iavf: support VLAN filtering
>
> In order to support enable/disable VLAN filtering the VF has to negotiate the
> capability via VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2. If
> VIRTCHNL_VLAN_TOGGLE is allowed for the VLAN fitlering capabilities, then
> there needs to be a method to allow this. Make the necessary changes to
> support this.
>
> Also, since the virtchnl_vlan_offload message has the desired format, change
> the structure name to virtchnl_vlan_setting so it can be used for
> VIRTCHNL_OP_ENABLE_VLAN_FILTERING_V2 and
> VIRTCHNL_OP_DISABLE_VLAN_FILTERING_V2.
>
> Signed-off-by: Brett Creeley <[email protected]>
> Signed-off-by: Haiyue Wang <[email protected]>
> ---
Acked-by: Beilei Xing <[email protected]>