diff options
author | Vasanthy Kolluri <vkolluri@cisco.com> | 2010-06-24 06:49:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-25 23:45:00 -0400 |
commit | 88132f55d74fdd97a7d459007b2bbb59e850f8c0 (patch) | |
tree | 440a621ab075be307e2cf4964c8e44ad27675458 /drivers/net/Kconfig | |
parent | 72b8a169dbfa74e7d1d08b97435e61e711d7be0e (diff) |
enic: Feature Add: Replace LRO with GRO
enic now uses the GRO mechanism instead of LRO to pass skbs to upper
layers.
Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 71e6f8fc0cf1..c05e506a87ab 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2615,7 +2615,6 @@ config EHEA | |||
2615 | config ENIC | 2615 | config ENIC |
2616 | tristate "Cisco VIC Ethernet NIC Support" | 2616 | tristate "Cisco VIC Ethernet NIC Support" |
2617 | depends on PCI && INET | 2617 | depends on PCI && INET |
2618 | select INET_LRO | ||
2619 | help | 2618 | help |
2620 | This enables the support for the Cisco VIC Ethernet card. | 2619 | This enables the support for the Cisco VIC Ethernet card. |
2621 | 2620 | ||