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