* [Cake] Fwd: [RFC PATCH 00/28]: Accurate ECN for TCP
[not found] <1584524612-24470-1-git-send-email-ilpo.jarvinen@helsinki.fi>
@ 2020-03-19 22:20 ` Dave Taht
0 siblings, 0 replies; only message in thread
From: Dave Taht @ 2020-03-19 22:20 UTC (permalink / raw)
To: Cake List
---------- Forwarded message ---------
From: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Date: Wed, Mar 18, 2020 at 2:45 AM
Subject: [RFC PATCH 00/28]: Accurate ECN for TCP
To: <netdev@vger.kernel.org>
Cc: Yuchung Cheng <ycheng@google.com>, Neal Cardwell
<ncardwell@google.com>, Eric Dumazet <eric.dumazet@gmail.com>, Olivier
Tilmans <olivier.tilmans@nokia-bell-labs.com>
Hi all,
Here's the full Accurate ECN implementation mostly based on
https://tools.ietf.org/html/draft-ietf-tcpm-accurate-ecn-11
Comments would be highly appreciated. The GSO/TSO maze of bits
in particular is something I'm somewhat unsure if I got it
right (for a feature that has a software fallback).
There is an extensive set of packetdrill unit tests for most of
the functionality (I'll send separately to packetdrill).
Please note that this submission is not yet intented to be
included to net-next because some small changes seem still
possible to the spec.
Documentation/networking/ip-sysctl.txt | 12 +-
drivers/net/tun.c | 3 +-
include/linux/netdev_features.h | 3 +
include/linux/skbuff.h | 2 +
include/linux/tcp.h | 19 ++
include/net/tcp.h | 221 ++++++++++---
include/uapi/linux/tcp.h | 9 +-
net/ethtool/common.c | 1 +
net/ipv4/bpf_tcp_ca.c | 2 +-
net/ipv4/syncookies.c | 12 +
net/ipv4/tcp.c | 10 +-
net/ipv4/tcp_dctcp.c | 2 +-
net/ipv4/tcp_dctcp.h | 2 +-
net/ipv4/tcp_input.c | 558 ++++++++++++++++++++++++++++-----
net/ipv4/tcp_ipv4.c | 8 +-
net/ipv4/tcp_minisocks.c | 84 ++++-
net/ipv4/tcp_offload.c | 11 +-
net/ipv4/tcp_output.c | 298 +++++++++++++++---
net/ipv4/tcp_timer.c | 4 +-
net/ipv6/syncookies.c | 1 +
net/ipv6/tcp_ipv6.c | 4 +-
net/netfilter/nf_log_common.c | 4 +-
--
i.
ps. My apologies if you got a duplicate copy of them. It seems that
answering "no" to git send-email asking "Send this email?" might
still have sent something out.
--
Make Music, Not War
Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-435-0729
^ permalink raw reply [flat|nested] only message in thread