Re: [PATCH v2 net-next] tcp: Fix CWV being too strict on thin streams

2015-09-28 Thread David Miller
From: Eric Dumazet Date: Sun, 27 Sep 2015 09:33:00 -0700 > David, any idea of what happened to Bendik patch ? > > https://patchwork.ozlabs.org/patch/521765 > > Do we need to re-submit or something ? Sorry, applied and build testing, I don't know how this disappeared

Re: [PATCH v2 net-next] tcp: Fix CWV being too strict on thin streams

2015-09-27 Thread Eric Dumazet
On Wed, 2015-09-23 at 18:49 +0200, Bendik Rønning Opstad wrote: > Application limited streams such as thin streams, that transmit small > amounts of payload in relatively few packets per RTT, can be prevented > from growing the CWND when in congestion avoidance. This leads to > increased sojourn

[PATCH v2 net-next] tcp: Fix CWV being too strict on thin streams

2015-09-23 Thread Bendik Rønning Opstad
Application limited streams such as thin streams, that transmit small amounts of payload in relatively few packets per RTT, can be prevented from growing the CWND when in congestion avoidance. This leads to increased sojourn times for data segments in streams that often transmit time-dependent

Re: [PATCH v2 net-next] tcp: Fix CWV being too strict on thin streams

2015-09-23 Thread Neal Cardwell
On Wed, Sep 23, 2015 at 12:49 PM, Bendik Rønning Opstad wrote: > Application limited streams such as thin streams, that transmit small > amounts of payload in relatively few packets per RTT, can be prevented > from growing the CWND when in congestion avoidance. This leads to

Re: [PATCH v2 net-next] tcp: Fix CWV being too strict on thin streams

2015-09-23 Thread Eric Dumazet
On Wed, 2015-09-23 at 18:49 +0200, Bendik Rønning Opstad wrote: > Application limited streams such as thin streams, that transmit small > amounts of payload in relatively few packets per RTT, can be prevented > from growing the CWND when in congestion avoidance. This leads to > increased sojourn