]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'tcp_cubic-various-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 28 Dec 2019 00:29:15 +0000 (16:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Dec 2019 00:29:15 +0000 (16:29 -0800)
commit36a78867f80c4040fbfc5865f0ecd5ec55d688a7
treea22b91ec73fb450b14d7079d13b9f780dd68b06e
parent2bbc078f812d45b8decb55935dab21199bd21489
parentede656e8465839530c3287c7f54adf75dc2b9563
Merge branch 'tcp_cubic-various-fixes'

Eric Dumazet says:

====================
tcp_cubic: various fixes

This patch series converts tcp_cubic to usec clock resolution
for Hystart logic.

This makes Hystart more relevant for data-center flows.
Prior to this series, Hystart was not kicking, or was
kicking without good reason, since the 1ms clock was too coarse.

Last patch also fixes an issue with Hystart vs TCP pacing.

v2: removed a last-minute debug chunk from last patch
====================

Signed-off-by: David S. Miller <davem@davemloft.net>