net: define gso types for IPx over IPv4 and IPv6
[cascardo/linux.git] / drivers / net / ethernet / intel / igb / igb_main.c
index 2172769..b1a5cdb 100644 (file)
@@ -2418,8 +2418,7 @@ static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
 #define IGB_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)