]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp_bbr-TCP-BBR-changes-for-EDT-pacing-model'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 05:22:54 +0000 (22:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 05:22:54 +0000 (22:22 -0700)
commit2da46f53b24f8a436b9d61ef511b69de207bc66e
tree1a9d6fa2975b79b7647e5ddf4f0040cde3781286
parent7afc4a939316b33f50857e07bbd3fbbcb17e5410
parente01d8d365e211da8555b25b18773b10d1dffd8c3
Merge branch 'tcp_bbr-TCP-BBR-changes-for-EDT-pacing-model'

Neal Cardwell says:

====================
tcp_bbr: TCP BBR changes for EDT pacing model

Two small patches for TCP BBR to follow up with Eric's recent work to change
the TCP and fq pacing machinery to an "earliest departure time" (EDT) model:

- The first patch adjusts the TCP BBR logic to work with the new
  "earliest departure time" (EDT) pacing model.

- The second patch adjusts the TCP BBR logic to centralize the setting
  of gain values, to simplify the code and prepare for future changes.
====================

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