Merge branch 'tcp-bbr-sampling-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 18:27:44 +0000 (13:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 18:27:44 +0000 (13:27 -0500)
commitb25b3e2fd9ca9b7907a53baf46dea4074ed5e062
treea64b22bb53800a2108db54974f7a9dd649baae58
parentd4a7a8893d4cdbc89d79ac4aa704bf8d4b67b368
parent600647d467c6d04b3954b41a6ee1795b5ae00550
Merge branch 'tcp-bbr-sampling-fixes'

Neal Cardwell says:

====================
TCP BBR sampling fixes for loss recovery undo

This patch series has a few minor bug fixes for cases where spurious
loss recoveries can trick BBR estimators into estimating that the
available bandwidth is much lower than the true available bandwidth.
In both cases the fix here is to just reset the estimator upon loss
recovery undo.
====================

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