projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d4289
)
ixgbevf: Enable GRO by default
author
Shirley Ma
<
[email protected]
>
Sat, 5 Jun 2010 10:04:50 +0000
(
03:04
-0700)
committer
David S. Miller
<
[email protected]
>
Sat, 5 Jun 2010 10:04:50 +0000
(
03:04
-0700)
Enable GRO by default for performance.
Signed-off-by: Shirley Ma <
[email protected]
>
Acked-by: Greg Rose <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ixgbevf/ixgbevf_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbevf/ixgbevf_main.c
b/drivers/net/ixgbevf/ixgbevf_main.c
index a16cff7e54a3ec8daea5f499ca40834c5adb3111..73f1e75f68d4e438b0c5ef563b28e410adba4bff 100644
(file)
--- a/
drivers/net/ixgbevf/ixgbevf_main.c
+++ b/
drivers/net/ixgbevf/ixgbevf_main.c
@@
-3411,6
+3411,7
@@
static int __devinit ixgbevf_probe(struct pci_dev *pdev,
netdev->features |= NETIF_F_IPV6_CSUM;
netdev->features |= NETIF_F_TSO;
netdev->features |= NETIF_F_TSO6;
+ netdev->features |= NETIF_F_GRO;
netdev->vlan_features |= NETIF_F_TSO;
netdev->vlan_features |= NETIF_F_TSO6;
netdev->vlan_features |= NETIF_F_IP_CSUM;