pasemi_mac: Enable GSO by default
authorOlof Johansson <olof@lixom.net>
Thu, 21 Feb 2008 02:57:58 +0000 (20:57 -0600)
committerOlof Johansson <olof@lixom.net>
Wed, 5 Mar 2008 22:34:40 +0000 (16:34 -0600)
Ethtool support will handle the runtime toggling, but we do quite a bit
better with it on by default so just leave it on for now.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/pasemi_mac.c

index 54904ad..5ee7e4a 100644 (file)
@@ -1750,7 +1750,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
 
        dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
-                       NETIF_F_HIGHDMA;
+                       NETIF_F_HIGHDMA | NETIF_F_GSO;
 
        mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
        mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;