[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1dbe30ea-590b-e1dd-f9a5-7de455f355b3@gmail.com>
Date: Tue, 26 Mar 2019 11:07:19 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Alexei Starovoitov <alexei.starovoitov@...il.com>,
Eric Dumazet <eric.dumazet@...il.com>
Cc: brakmo <brakmo@...com>, netdev <netdev@...r.kernel.org>,
Martin Lau <kafai@...com>, Alexei Starovoitov <ast@...com>,
Daniel Borkmann <daniel@...earbox.net>,
Kernel Team <Kernel-team@...com>
Subject: Re: [PATCH bpf-next 0/7] bpf: Propagate cn to TCP
On 03/26/2019 10:01 AM, Alexei Starovoitov wrote:
> The next tcp congestion control algorithm should be implementable in bpf.
Congestion control do not need per-packet decision, and can indeed be
implemented in bpf.
Some researchers even have implemented them in user space (CCP if I remember well)
> If kernel was extensible to that degree likely there would have been
> no need to bypass it and invent quic.
QUIC is a complete re-design, and works around fundamental things
that TCP can not change.
bpf in TCP could not have changed the rise of QUIC or any other
modern transport, really.
Lets stop this discussion, we are digressing :)
Powered by blists - more mailing lists