]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/core/ethtool.c
net: Add layer 2 hardware acceleration operations for macvlan devices
[mirror_ubuntu-artful-kernel.git] / net / core / ethtool.c
index 862989898f611e8f9f2dea28b273b551eeb2b0bb..30071dec287a4674b64ec4f29c158d8a0a57bf56 100644 (file)
@@ -96,6 +96,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]
        [NETIF_F_LOOPBACK_BIT] =         "loopback",
        [NETIF_F_RXFCS_BIT] =            "rx-fcs",
        [NETIF_F_RXALL_BIT] =            "rx-all",
+       [NETIF_F_HW_L2FW_DOFFLOAD_BIT] = "l2-fwd-offload",
 };
 
 static int ethtool_get_features(struct net_device *dev, void __user *useraddr)