|
@@ -9508,15 +9508,15 @@ skip_sriov:
|
|
|
if (pci_using_dac)
|
|
|
netdev->features |= NETIF_F_HIGHDMA;
|
|
|
|
|
|
+ netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
|
|
|
+ netdev->hw_enc_features |= netdev->vlan_features;
|
|
|
+ netdev->mpls_features |= NETIF_F_HW_CSUM;
|
|
|
+
|
|
|
/* set this bit last since it cannot be part of vlan_features */
|
|
|
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
|
|
|
NETIF_F_HW_VLAN_CTAG_RX |
|
|
|
NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
|
|
|
- netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
|
|
|
- netdev->hw_enc_features |= netdev->vlan_features;
|
|
|
- netdev->mpls_features |= NETIF_F_HW_CSUM;
|
|
|
-
|
|
|
netdev->priv_flags |= IFF_UNICAST_FLT;
|
|
|
netdev->priv_flags |= IFF_SUPP_NOFCS;
|
|
|
|