]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - drivers/net/tg3.c
tg3: Enable GRO by default.
[mirror_ubuntu-kernels.git] / drivers / net / tg3.c
index 0fea6854c4aa7fc6c511b5bb3114ce433b64f9e5..7724d7e4ebd612679d9ae79170f2e767ccea47c5 100644 (file)
@@ -12993,6 +12993,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
                tp->dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
                if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS)
                        tp->dev->features |= NETIF_F_IPV6_CSUM;
+               tp->dev->features |= NETIF_F_GRO;
        }
 
        /* Determine TSO capabilities */