]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: add NV congestion control
authorLawrence Brakmo <brakmo@fb.com>
Thu, 9 Jun 2016 04:16:45 +0000 (21:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:07:49 +0000 (23:07 -0700)
commit699fafafab6d765f12367b3ce0816e64ae19d1e8
treef43744c64fd040388ab6c55c3edaa186654ad21b
parent6f094b9ec680209c5b7314feee983b2f4c910b1b
tcp: add NV congestion control

TCP-NV (New Vegas) is a major update to TCP-Vegas.
An earlier version of NV was presented at 2010's LPC.
It is a delayed based congestion avoidance for the
data center. This version has been tested within a
10G rack where the HW RTTs are 20-50us and with
1 to 400 flows.

A description of TCP-NV, including implementation
details as well as experimental results, can be found at:
http://www.brakmo.org/networking/tcp-nv/TCPNV.html

Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_nv.c [new file with mode: 0644]