Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134632
b: refs/heads/master
c: 5fbbcb7
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Kirsher authored and David S. Miller committed Feb 19, 2009
1 parent 37c103a commit 883e392
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e88721f87d8caa679e62d6004a9a5661f1ac7b0e
refs/heads/master: 5fbbcb79e5371d99565826a352c1003d0f1f0678
8 changes: 0 additions & 8 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2019,14 +2019,6 @@ config IGB
To compile this driver as a module, choose M here. The module
will be called igb.

config IGB_LRO
bool "Use software LRO"
depends on IGB && INET
---help---
Say Y here if you want to use large receive offload.

If in doubt, say N.

config IGB_DCA
bool "Direct Cache Access (DCA) Support"
default y
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,7 @@ static int __devinit igb_probe(struct pci_dev *pdev,
netdev->features |= NETIF_F_TSO;
netdev->features |= NETIF_F_TSO6;

#ifdef CONFIG_IGB_LRO
netdev->features |= NETIF_F_GRO;
#endif

netdev->vlan_features |= NETIF_F_TSO;
netdev->vlan_features |= NETIF_F_TSO6;
Expand Down

0 comments on commit 883e392

Please sign in to comment.