From: Eric Dumazet <eric.duma...@gmail.com>
Date: Sun, 26 Jul 2015 09:45:24 +0200

> From: Eric Dumazet <eduma...@google.com>
> 
> While doing experiments with reordering resilience, we found
> linux senders were not able to send at full speed under reordering,
> because every incoming SACK was releasing one MSS.
> 
> This patch removes the limitation, as we did for CWR state
> in commit a0ea700e409 ("tcp: tso: allow CA_CWR state in
> tcp_tso_should_defer()")
> 
> Neal Cardwell had a concern about limited transmit so
> Yuchung conducted experiments on GFE and found nothing
> worth adding an extra check on fast path :
> 
>   if (icsk->icsk_ca_state == TCP_CA_Disorder &&
>       tcp_sk(sk)->reordering == sysctl_tcp_reordering)
>           goto send_now;
> 
> Signed-off-by: Eric Dumazet <eduma...@google.com>
> Signed-off-by: Yuchung Cheng <ych...@google.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to