From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: hagen@jauu.net, lars@netapp.com, eric.dumazet@gmail.com,
fontana@sharpeleven.org, hannes@stressinduktion.org,
stephen@networkplumber.org, glenn.judd@morganstanley.com,
dborkman@redhat.com, fw@strlen.de, netdev@vger.kernel.org
Subject: [PATCH net-next v3 0/5] net: tcp: DCTCP congestion control algorithm
Date: Fri, 26 Sep 2014 22:37:31 +0200 [thread overview]
Message-ID: <1411763856-14230-1-git-send-email-dborkman@redhat.com> (raw)
This patch series adds support for the DataCenter TCP (DCTCP) congestion
control algorithm. Please see individual patches for the details.
The last patch adds DCTCP as a congestion control module, and previous
ones add needed infrastructure to extend the congestion control framework.
Joint work between Florian Westphal, Daniel Borkmann and Glenn Judd.
v3 -> v2:
- No changes anywhere, just a resend as requested by Dave
- Added Stephen's ACK
v1 -> v2:
- Rebased to latest net-next
- Addressed Eric's feedback, thanks!
- Update stale comment wrt. DCTCP ECN usage
- Don't call INET_ECN_xmit for every packet
- Add dctcp ss/inetdiag support to expose internal stats to userspace
Thanks !
Daniel Borkmann (2):
net: tcp: add flag for ca to indicate that ECN is required
net: tcp: add DCTCP congestion control 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 | 43 +++++
include/net/tcp.h | 78 ++++++---
include/uapi/linux/inet_diag.h | 13 +-
net/ipv4/Kconfig | 26 ++-
net/ipv4/Makefile | 1 +
net/ipv4/tcp.c | 6 +-
net/ipv4/tcp_cong.c | 46 +++--
net/ipv4/tcp_dctcp.c | 344 +++++++++++++++++++++++++++++++++++++
net/ipv4/tcp_input.c | 32 +++-
net/ipv4/tcp_minisocks.c | 5 +-
net/ipv4/tcp_output.c | 30 +++-
net/ipv4/tcp_westwood.c | 28 +--
12 files changed, 574 insertions(+), 78 deletions(-)
create mode 100644 Documentation/networking/dctcp.txt
create mode 100644 net/ipv4/tcp_dctcp.c
--
1.7.11.7
next reply other threads:[~2014-09-26 20:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 20:37 Daniel Borkmann [this message]
2014-09-26 20:37 ` [PATCH net-next v3 1/5] net: tcp: assign tcp cong_ops when tcp sk is created Daniel Borkmann
2014-09-26 20:37 ` [PATCH net-next v3 2/5] net: tcp: add flag for ca to indicate that ECN is required Daniel Borkmann
2014-09-26 20:37 ` [PATCH net-next v3 3/5] net: tcp: split ack slow/fast events from cwnd_event Daniel Borkmann
2014-09-26 20:37 ` [PATCH net-next v3 4/5] net: tcp: more detailed ACK events and events for CE marked packets Daniel Borkmann
2014-09-26 20:37 ` [PATCH net-next v3 5/5] net: tcp: add DCTCP congestion control algorithm Daniel Borkmann
2014-09-29 4:25 ` [PATCH net-next v3 0/5] net: tcp: " 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=1411763856-14230-1-git-send-email-dborkman@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=fontana@sharpeleven.org \
--cc=fw@strlen.de \
--cc=glenn.judd@morganstanley.com \
--cc=hagen@jauu.net \
--cc=hannes@stressinduktion.org \
--cc=lars@netapp.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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).