Skip to content

Commit

Permalink
tg3: Enable GRO by default.
Browse files Browse the repository at this point in the history
This was merely an oversight when I added the *_gro_receive()
calls.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
davem330 committed Apr 21, 2010
1 parent e4fc9d1 commit cb903bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cb903bf

Please sign in to comment.