diff options
author | Jan-Bernd Themann <themann@de.ibm.com> | 2007-08-09 01:38:05 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:47:46 -0400 |
commit | 71c87e0cedca843162206c698cfa02e5fea9e2e3 (patch) | |
tree | 8f0138754aaee3c15d1b00c4d2774b5e12da2c78 /net/ipv4/Kconfig | |
parent | e314dbdc1c0dc6a548ecf0afce28ecfd538ff568 (diff) |
[NET]: Generic Large Receive Offload for TCP traffic
This patch provides generic Large Receive Offload (LRO) functionality
for IPv4/TCP traffic.
LRO combines received tcp packets to a single larger tcp packet and
passes them then to the network stack in order to increase performance
(throughput). The interface supports two modes: Drivers can either
pass SKBs or fragment lists to the LRO engine.
Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index fb7909774254..d894f616c3d6 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -394,6 +394,14 @@ config INET_XFRM_MODE_BEET | |||
394 | 394 | ||
395 | If unsure, say Y. | 395 | If unsure, say Y. |
396 | 396 | ||
397 | config INET_LRO | ||
398 | tristate "Large Receive Offload (ipv4/tcp)" | ||
399 | |||
400 | ---help--- | ||
401 | Support for Large Receive Offload (ipv4/tcp). | ||
402 | |||
403 | If unsure, say Y. | ||
404 | |||
397 | config INET_DIAG | 405 | config INET_DIAG |
398 | tristate "INET: socket monitoring interface" | 406 | tristate "INET: socket monitoring interface" |
399 | default y | 407 | default y |