From: Felix Manlunas <felix.manlu...@cavium.com> Date: Tue, 1 May 2018 10:32:10 -0700
> From: Raghu Vatsavayi <raghu.vatsav...@cavium.com> > > NIC firmware does not support disabling rx vlan offload, but the VF driver > incorrectly indicates that it is supported. The PF driver already does the > correct indication by clearing the NETIF_F_HW_VLAN_CTAG_RX bit in its > netdev->hw_features. So just do the same thing in the VF. > > Signed-off-by: Raghu Vatsavayi <raghu.vatsav...@cavium.com> > Acked-by: Prasad Kanneganti <prasad.kannega...@cavium.com> > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> Applied, thanks.