diff options
author | Divy Le Ray <divy@chelsio.com> | 2008-05-21 21:56:26 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-22 06:34:13 -0400 |
commit | b47385bd4f67481a7dbfcf1b4b82e9a67ecb846c (patch) | |
tree | 7357a330b671dc2526fd7c467f1799cc612914ce /drivers/net/Kconfig | |
parent | 7385ecf339c504933a98581c2056d83b69b2a82b (diff) |
cxgb3 - Add LRO support
Add LRO support.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9f6cc8a56073..daeb23d7fec1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2409,6 +2409,7 @@ config CHELSIO_T3 | |||
2409 | tristate "Chelsio Communications T3 10Gb Ethernet support" | 2409 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
2410 | depends on PCI | 2410 | depends on PCI |
2411 | select FW_LOADER | 2411 | select FW_LOADER |
2412 | select INET_LRO | ||
2412 | help | 2413 | help |
2413 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet | 2414 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet |
2414 | adapters. | 2415 | adapters. |