From: David S. Miller Date: Wed, 21 Apr 2010 01:49:45 +0000 (-0700) Subject: tg3: Enable GRO by default. X-Git-Tag: v2.6.35-rc1~473^2~433 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cb903bf4ee2d6e53210e2174d363e10698112042;p=~shefty%2Frdma-dev.git tg3: Enable GRO by default. This was merely an oversight when I added the *_gro_receive() calls. Signed-off-by: David S. Miller --- diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 0fea6854c4a..7724d7e4ebd 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -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 */