diff options
author | Vasanthy Kolluri <vkolluri@cisco.com> | 2010-06-24 12:49:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-26 05:45:00 +0200 |
commit | 88132f55d74fdd97a7d459007b2bbb59e850f8c0 (patch) | |
tree | 440a621ab075be307e2cf4964c8e44ad27675458 /drivers/net/Kconfig | |
parent | cnic: Update version to 2.1.3. (diff) | |
download | linux-88132f55d74fdd97a7d459007b2bbb59e850f8c0.tar.xz linux-88132f55d74fdd97a7d459007b2bbb59e850f8c0.zip |
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 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. |