Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: convert dctcp.txt to ReST

- add SPDX header;
- adjust title markup;
- mark code blocks and literals as such;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
8447bb44 33155bac

+12 -3
+11 -3
Documentation/networking/dctcp.txt Documentation/networking/dctcp.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ====================== 1 4 DCTCP (DataCenter TCP) 2 - ---------------------- 5 + ====================== 3 6 4 7 DCTCP is an enhancement to the TCP congestion control algorithm for data 5 8 center networks and leverages Explicit Congestion Notification (ECN) in 6 9 the data center network to provide multi-bit feedback to the end hosts. 7 10 8 - To enable it on end hosts: 11 + To enable it on end hosts:: 9 12 10 13 sysctl -w net.ipv4.tcp_congestion_control=dctcp 11 14 sysctl -w net.ipv4.tcp_ecn_fallback=0 (optional) ··· 28 25 29 26 i) Mohammad Alizadeh, Albert Greenberg, David A. Maltz, Jitendra Padhye, 30 27 Parveen Patel, Balaji Prabhakar, Sudipta Sengupta, and Murari Sridharan: 31 - "Data Center TCP (DCTCP)", Data Center Networks session 28 + 29 + "Data Center TCP (DCTCP)", Data Center Networks session" 30 + 32 31 Proc. ACM SIGCOMM, New Delhi, 2010. 32 + 33 33 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf 34 34 http://www.sigcomm.org/ccr/papers/2010/October/1851275.1851192 35 35 36 36 ii) Mohammad Alizadeh, Adel Javanmard, and Balaji Prabhakar: 37 + 37 38 "Analysis of DCTCP: Stability, Convergence, and Fairness" 38 39 Proc. ACM SIGMETRICS, San Jose, 2011. 40 + 39 41 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf 40 42 41 43 IETF informational draft:
+1
Documentation/networking/index.rst
··· 49 49 cops 50 50 cxacru 51 51 dccp 52 + dctcp 52 53 53 54 .. only:: subproject and html 54 55