public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Lawrence Brakmo <brakmo@fb•com>
To: netdev <netdev@vger•kernel.org>
Cc: Kernel Team <kernel-team@fb•com>,
	Neal Cardwell <ncardwell@google•com>,
	Eric Dumazet <eric.dumazet@gmail•com>,
	Yuchung Cheng <ycheng@google•com>,
	Stephen Hemminger <stephen@networkplumber•org>,
	Kenneth Klette Jonassen <kennetkl@ifi•uio.no>
Subject: [PATCH net-next v2 0/2] tcp: add NV congestion control
Date: Wed, 8 Jun 2016 21:16:43 -0700	[thread overview]
Message-ID: <1465445805-2521783-1-git-send-email-brakmo@fb.com> (raw)

Removed most of the module parameters

Tested in a rack using between 1 and 380 active TCP-NV flows.

Consists of the following patches:
[PATCH net-next v2 1/2] tcp: add in_flight to tcp_skb_cb
[PATCH net-next v2 2/2] tcp: add NV congestion control

Signed-off-by: Lawrence Brakmo <brakmo@fb•com>

 include/net/tcp.h     |   2 +
 net/ipv4/Kconfig      |  16 ++
 net/ipv4/Makefile     |   1 +
 net/ipv4/tcp_input.c  |   5 +-
 net/ipv4/tcp_nv.c     | 476 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 net/ipv4/tcp_output.c |   4 +-
 6 files changed, 502 insertions(+), 2 deletions(-)

             reply	other threads:[~2016-06-09  4:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09  4:16 Lawrence Brakmo [this message]
2016-06-09  4:16 ` [PATCH net-next v2 1/2] tcp: add in_flight to tcp_skb_cb Lawrence Brakmo
2016-06-09  4:16 ` [PATCH net-next v2 2/2] tcp: add NV congestion control Lawrence Brakmo
2016-06-11  6:08 ` [PATCH net-next v2 0/2] " David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465445805-2521783-1-git-send-email-brakmo@fb.com \
    --to=brakmo@fb$(echo .)com \
    --cc=eric.dumazet@gmail$(echo .)com \
    --cc=kennetkl@ifi$(echo .)uio.no \
    --cc=kernel-team@fb$(echo .)com \
    --cc=ncardwell@google$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=stephen@networkplumber$(echo .)org \
    --cc=ycheng@google$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox