]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
macvlan/macvtap: Remove NETIF_F_UFO advertisement.
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2017 13:33:08 +0000 (06:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 16:52:57 +0000 (09:52 -0700)
It is going away.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c
drivers/net/macvtap.c

index 0f581ee74fe43b5127e338ecdc1da2139b986692..ca35c6ba794723f2fbac1eac79613e80beeb018a 100644 (file)
@@ -841,7 +841,7 @@ static struct lock_class_key macvlan_netdev_addr_lock_key;
 
 #define MACVLAN_FEATURES \
        (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
-        NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
+        NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
         NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
         NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_STAG_FILTER)
 
index 91e7b19bbf86003ff12a9f6d7c50eb0962e880db..c2d0ea2fb01933d46e43b84fbf255901f18e5b91 100644 (file)
@@ -49,7 +49,7 @@ static struct class macvtap_class = {
 static struct cdev macvtap_cdev;
 
 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
-                     NETIF_F_TSO6 | NETIF_F_UFO)
+                     NETIF_F_TSO6)
 
 static void macvtap_count_tx_dropped(struct tap_dev *tap)
 {