netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: netdev@vger.kernel.org
Subject: [next PATCH 0/5] net: tcp: DCTCP congestion control algorithm
Date: Mon, 12 May 2014 22:59:39 +0200	[thread overview]
Message-ID: <1399928384-24143-1-git-send-email-fw@strlen.de> (raw)

This patch series adds support for the Datacenter TCP (DCTCP) congestion
control algorithm.

Please see individual patches' changelog for the details. A summary
of DCTCP and test results can be found in patch 5.

Joint work with Daniel Borkmann and Glenn Judd.

Daniel Borkmann (2):
      net: tcp: add flag for ca to indicate that ECN is required
      net: tcp: add DCTCP congestion algorithm

Florian Westphal (3):
      net: tcp: assign tcp cong_ops when tcp sk is created
      net: tcp: split ack slow/fast events from cwnd_event
      net: tcp: more detailed ACK events, and events for CE marked packets

 Documentation/networking/dctcp.txt | 232 +++++++++++++++++++++++++++
 include/net/tcp.h                  |  70 ++++++---
 net/ipv4/Kconfig                   |  28 +++-
 net/ipv4/Makefile                  |   1 +
 net/ipv4/tcp.c                     |   2 +-
 net/ipv4/tcp_cong.c                |  24 ++-
 net/ipv4/tcp_dctcp.c               | 311 +++++++++++++++++++++++++++++++++++++
 net/ipv4/tcp_input.c               |  30 +++-
 net/ipv4/tcp_ipv4.c                |   2 +-
 net/ipv4/tcp_minisocks.c           |   2 +-
 net/ipv4/tcp_output.c              |  14 +-
 net/ipv4/tcp_westwood.c            |  30 ++--
 net/ipv6/tcp_ipv6.c                |   2 +-
 13 files changed, 690 insertions(+), 58 deletions(-)
 create mode 100644 Documentation/networking/dctcp.txt
 create mode 100644 net/ipv4/tcp_dctcp.c

             reply	other threads:[~2014-05-12 21:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12 20:59 Florian Westphal [this message]
2014-05-12 20:59 ` [PATCH 1/5] net: tcp: assign tcp cong_ops when tcp sk is created Florian Westphal
2014-05-12 20:59 ` [PATCH 2/5] net: tcp: add flag for ca to indicate that ECN is required Florian Westphal
2014-05-12 23:51   ` Eric Dumazet
2014-05-13  9:18     ` Florian Westphal
2014-05-12 20:59 ` [PATCH 3/5] net: tcp: split ack slow/fast events from cwnd_event Florian Westphal
2014-05-12 20:59 ` [PATCH 4/5] net: tcp: more detailed ACK events, and events for CE marked packets Florian Westphal
2014-05-13  4:41   ` Yuchung Cheng
2014-05-13 10:26     ` Florian Westphal
2014-05-12 20:59 ` [PATCH 5/5] net: tcp: add DCTCP congestion control algorithm Florian Westphal
2014-05-12 22:01 ` [next PATCH 0/5] net: tcp: " Cong Wang
2014-05-13  4:45   ` Stephen Hemminger
2014-05-13  9:34     ` Hagen Paul Pfeifer
2014-05-13  9:40       ` Eggert, Lars
2014-05-13 15:18       ` Stephen Hemminger

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=1399928384-24143-1-git-send-email-fw@strlen.de \
    --to=fw@strlen.de \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).