Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214573
b: refs/heads/master
c: e6599c2
h: refs/heads/master
i:
  214571: 4485cd2
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 17, 2010
1 parent 58c1519 commit 616633c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07af7a2bfa853db3957a22f9a41f437bf0f10e63
refs/heads/master: e6599c2ecf18002339fe81cde1fa83b37bf26290
4 changes: 4 additions & 0 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4678,6 +4678,10 @@ static void bond_setup(struct net_device *bond_dev)
NETIF_F_HW_VLAN_RX |
NETIF_F_HW_VLAN_FILTER);

/* By default, we enable GRO on bonding devices.
* Actual support requires lowlevel drivers are GRO ready.
*/
bond_dev->features |= NETIF_F_GRO;
}

static void bond_work_cancel_all(struct bonding *bond)
Expand Down

0 comments on commit 616633c

Please sign in to comment.