diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2009-01-21 17:39:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 17:39:13 -0500 |
commit | 7be2df451fa916f93e37763a58d33483feb0909f (patch) | |
tree | fae9f8e65f92d7b41a5aa13a45bf4c310b84850c /drivers/net/Kconfig | |
parent | 749c10f931923451a4c59b4435d182aa9ae27a4f (diff) |
cxgb3: Replace LRO with GRO
This patch makes cxgb3 invoke the GRO hooks instead of LRO. As
GRO has a compatible external interface to LRO this is a very
straightforward replacement.
I've kept the ioctl controls for per-queue LRO switches. However,
we should not encourage anyone to use these.
Because of that, I've also kept the skb construction code in
cxgb3. Hopefully we can phase out those per-queue switches
and then kill this too.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Divy Le Ray <divy@chelsio.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 805682586c82..c4776a2adf00 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2407,7 +2407,6 @@ config CHELSIO_T3 | |||
2407 | tristate "Chelsio Communications T3 10Gb Ethernet support" | 2407 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
2408 | depends on CHELSIO_T3_DEPENDS | 2408 | depends on CHELSIO_T3_DEPENDS |
2409 | select FW_LOADER | 2409 | select FW_LOADER |
2410 | select INET_LRO | ||
2411 | help | 2410 | help |
2412 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet | 2411 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet |
2413 | adapters. | 2412 | adapters. |