diff options
author | Chris Leech <christopher.leech@intel.com> | 2007-03-08 12:57:35 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2007-07-11 18:39:05 -0400 |
commit | 72d0b7a81d60f5e64ee7197bc190b9b3265f99dd (patch) | |
tree | 0843611556f94eb4810e3a1215d621216ee8cb05 /Documentation/networking | |
parent | 70774b47392171faae0e98f795aa1507f9246af1 (diff) |
I/OAT: Add documentation for the tcp_dma_copybreak sysctl
Signed-off-by: Chris Leech <christopher.leech@intel.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index af6a63ab9026..8f6067ea5e3e 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -433,6 +433,12 @@ tcp_workaround_signed_windows - BOOLEAN | |||
433 | not receive a window scaling option from them. | 433 | not receive a window scaling option from them. |
434 | Default: 0 | 434 | Default: 0 |
435 | 435 | ||
436 | tcp_dma_copybreak - INTEGER | ||
437 | Lower limit, in bytes, of the size of socket reads that will be | ||
438 | offloaded to a DMA copy engine, if one is present in the system | ||
439 | and CONFIG_NET_DMA is enabled. | ||
440 | Default: 4096 | ||
441 | |||
436 | CIPSOv4 Variables: | 442 | CIPSOv4 Variables: |
437 | 443 | ||
438 | cipso_cache_enable - BOOLEAN | 444 | cipso_cache_enable - BOOLEAN |