projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa39514
)
niu: Enable GRO by default.
author
David S. Miller
<davem@davemloft.net>
Wed, 21 Apr 2010 01:44:52 +0000
(18:44 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 Apr 2010 01:44:52 +0000
(18:44 -0700)
This was merely an oversight when I added the napi_gro_receive()
calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/niu.c
patch
|
blob
|
history
diff --git
a/drivers/net/niu.c
b/drivers/net/niu.c
index
ef94022
..
493e25c
100644
(file)
--- a/
drivers/net/niu.c
+++ b/
drivers/net/niu.c
@@
-9838,7
+9838,7
@@
static int __devinit niu_pci_init_one(struct pci_dev *pdev,
}
}
- dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM);
+ dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM
| NETIF_F_GRO
);
np->regs = pci_ioremap_bar(pdev, 0);
if (!np->regs) {