aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2009-02-18 17:56:25 -0800
committerDavid S. Miller <davem@davemloft.net>2009-02-18 17:56:25 -0800
commit5fbbcb79e5371d99565826a352c1003d0f1f0678 (patch)
tree0d0c38b9e625a22b165a38afb1f32ece1d8e54f2 /drivers/net/Kconfig
parentnet: Optimize skb_tx_hash() by eliminating a comparison (diff)
downloadlinux-dev-5fbbcb79e5371d99565826a352c1003d0f1f0678.tar.xz
linux-dev-5fbbcb79e5371d99565826a352c1003d0f1f0678.zip
igb: remove LRO Kconfig option
To match ixgbe GRO functionality, we remove the LRO (which is now GRO) Kconfig option which enables GRO by default. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3fed3347f4b3..683a5ac4e122 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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