> -----Original Message-----
> From: Huang, ZhiminX <[email protected]>
> Sent: Friday, February 19, 2021 5:06 PM
> To: Zhang, AlvinX <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]; Zhang, AlvinX <[email protected]>; [email protected]
> Subject: RE: [dpdk-dev] [PATCH] net/ice: fix VLAN filter with PF
> 
> Tested-by: Huang, ZhiminX <[email protected]>
> 
> Regards,
> HuangZhiMin
> 
> 
> > -----Original Message-----
> > From: dev <[email protected]> On Behalf Of Alvin Zhang
> > Sent: Friday, February 19, 2021 1:14 PM
> > To: Zhang, Qi Z <[email protected]>
> > Cc: [email protected]; Zhang, AlvinX <[email protected]>;
> > [email protected]
> > Subject: [dpdk-dev] [PATCH] net/ice: fix VLAN filter with PF
> >
> > The macro flag DEV_RX_OFFLOAD_VLAN_FILTER is used to enable/disable Rx
> > VLAN filter, but not Tx VLAN filter. Therefore, Tx VLAN filter should
> > not be enabled/disabled in function ice_vsi_config_vlan_filter called
> > after checking DEV_RX_OFFLOAD_VLAN_FILTER flag.
> >
> > In addition, the kernel driver doesn't enable/disable the TX VLAN
> > filter in the similar function ice_cfg_vlan_pruning.
> >
> > This patch removes the setting about the TX VLAN filter in function
> > ice_vsi_config_vlan_filter.
> >
> > Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops")
> > Cc: [email protected]
> >
> > Signed-off-by: Alvin Zhang <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to