From: Yuchung Cheng <[email protected]>
Date: Thu, 1 Oct 2020 14:05:18 -0700
> The retransmission refactoring patch
> 686989700cab ("tcp: simplify tcp_mark_skb_lost")
> does not properly update the total lost packet counter which may
> break the policer mode in BBR. This patch fixes it.
>
> Fixes: 686989700cab ("tcp: simplify tcp_mark_skb_lost")
> Reported-by: Neal Cardwell <[email protected]>
> Signed-off-by: Yuchung Cheng <[email protected]>
> Signed-off-by: Neal Cardwell <[email protected]>
> Signed-off-by: Eric Dumazet <[email protected]>
Applied, thank you.