~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/networking/dctcp.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. SPDX-License-Identifier: GPL-2.0
  2 
  3 ======================
  4 DCTCP (DataCenter TCP)
  5 ======================
  6 
  7 DCTCP is an enhancement to the TCP congestion control algorithm for data
  8 center networks and leverages Explicit Congestion Notification (ECN) in
  9 the data center network to provide multi-bit feedback to the end hosts.
 10 
 11 To enable it on end hosts::
 12 
 13   sysctl -w net.ipv4.tcp_congestion_control=dctcp
 14   sysctl -w net.ipv4.tcp_ecn_fallback=0 (optional)
 15 
 16 All switches in the data center network running DCTCP must support ECN
 17 marking and be configured for marking when reaching defined switch buffer
 18 thresholds. The default ECN marking threshold heuristic for DCTCP on
 19 switches is 20 packets (30KB) at 1Gbps, and 65 packets (~100KB) at 10Gbps,
 20 but might need further careful tweaking.
 21 
 22 For more details, see below documents:
 23 
 24 Paper:
 25 
 26 The algorithm is further described in detail in the following two
 27 SIGCOMM/SIGMETRICS papers:
 28 
 29  i) Mohammad Alizadeh, Albert Greenberg, David A. Maltz, Jitendra Padhye,
 30     Parveen Patel, Balaji Prabhakar, Sudipta Sengupta, and Murari Sridharan:
 31 
 32       "Data Center TCP (DCTCP)", Data Center Networks session"
 33 
 34       Proc. ACM SIGCOMM, New Delhi, 2010.
 35 
 36     http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
 37     http://www.sigcomm.org/ccr/papers/2010/October/1851275.1851192
 38 
 39 ii) Mohammad Alizadeh, Adel Javanmard, and Balaji Prabhakar:
 40 
 41       "Analysis of DCTCP: Stability, Convergence, and Fairness"
 42       Proc. ACM SIGMETRICS, San Jose, 2011.
 43 
 44     http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf
 45 
 46 IETF informational draft:
 47 
 48   http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
 49 
 50 DCTCP site:
 51 
 52   http://simula.stanford.edu/~alizade/Site/DCTCP.html

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php