Merge branch 'tcp-policer-drops'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2015 20:29:46 +0000 (13:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jul 2015 20:29:46 +0000 (13:29 -0700)
commit71c3353775677bee531bc9435f8f7481a4d6790e
tree26542ae9bf43b3803e1f1bc6fc0eaff9067ba2e3
parentfda8b18c515a5e2caf821887ceafb42c35094eaf
parent3759824da87b30ce7a35b4873b62b0ba38905ef5
Merge branch 'tcp-policer-drops'

Yuchung Cheng says:

====================
tcp: reducing lost retransmits in recovery

This patch series reduces lost retransmits in recovery, in particular
when dealing with traffic policers. The main problem is that
slow start in recovery under policing can cause massive lost and
retransmit storms: any excess sending rate turns into drops. The
solution is to avoid doing slow start when lost retransmit is
detected and use packet conservation instead.

On networks with traffic policers the patches have lowered the
TCP loss rates by ~20% from Google servers without latency regressions.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.024766 seconds and 5 git commands to generate.