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)
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>

Trivial merge