[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170516.154603.1535037554071319687.davem@davemloft.net>
Date: Tue, 16 May 2017 15:46:03 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: edumazet@...gle.com
Cc: netdev@...r.kernel.org, eric.dumazet@...il.com,
ncardwell@...gle.com, ycheng@...gle.com, vanj@...gle.com,
hkchu@...gle.com
Subject: Re: [PATCH v2 net-next] tcp: internal implementation for pacing
From: Eric Dumazet <edumazet@...gle.com>
Date: Tue, 16 May 2017 04:24:36 -0700
> BBR congestion control depends on pacing, and pacing is
> currently handled by sch_fq packet scheduler for performance reasons,
> and also because implemening pacing with FQ was convenient to truly
> avoid bursts.
>
> However there are many cases where this packet scheduler constraint
> is not practical.
> - Many linux hosts are not focusing on handling thousands of TCP
> flows in the most efficient way.
> - Some routers use fq_codel or other AQM, but still would like
> to use BBR for the few TCP flows they initiate/terminate.
>
> This patch implements an automatic fallback to internal pacing.
...
Looks great, applied, thanks!
Powered by blists - more mailing lists