projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fc9d1
)
tg3: Enable GRO by default.
author
David S. Miller
<davem@davemloft.net>
Wed, 21 Apr 2010 01:49:45 +0000
(18:49 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 Apr 2010 01:49:45 +0000
(18:49 -0700)
This was merely an oversight when I added the *_gro_receive()
calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/tg3.c
b/drivers/net/tg3.c
index 0fea6854c4aa7fc6c511b5bb3114ce433b64f9e5..7724d7e4ebd612679d9ae79170f2e767ccea47c5 100644
(file)
--- 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 */