diff options
author | Vasanthy Kolluri <vkolluri@cisco.com> | 2010-06-24 10:49:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-25 20:45:00 -0700 |
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 71e6f8fc0cf..c05e506a87a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2615,7 +2615,6 @@ config EHEA config ENIC tristate "Cisco VIC Ethernet NIC Support" depends on PCI && INET - select INET_LRO help This enables the support for the Cisco VIC Ethernet card. |