|
@@ -4106,6 +4106,9 @@ static void mlx5e_build_nic_netdev(struct net_device *netdev)
|
|
|
netdev->vlan_features |= NETIF_F_RXCSUM;
|
|
|
netdev->vlan_features |= NETIF_F_RXHASH;
|
|
|
|
|
|
+ netdev->hw_enc_features |= NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
+ netdev->hw_enc_features |= NETIF_F_HW_VLAN_CTAG_RX;
|
|
|
+
|
|
|
if (!!MLX5_CAP_ETH(mdev, lro_cap))
|
|
|
netdev->vlan_features |= NETIF_F_LRO;
|
|
|
|