net: define gso types for IPx over IPv4 and IPv6
[cascardo/linux.git] / drivers / net / ethernet / intel / igbvf / netdev.c
index 322a2d7..79b907f 100644 (file)
@@ -2763,8 +2763,7 @@ static int igbvf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
 #define IGBVF_GSO_PARTIAL_FEATURES (NETIF_F_GSO_GRE | \
                                    NETIF_F_GSO_GRE_CSUM | \
-                                   NETIF_F_GSO_IPIP | \
-                                   NETIF_F_GSO_SIT | \
+                                   NETIF_F_GSO_IPXIP4 | \
                                    NETIF_F_GSO_UDP_TUNNEL | \
                                    NETIF_F_GSO_UDP_TUNNEL_CSUM)