[PATCH 1/7] tcp: fix cwnd update when using TSO

2005-11-09 Thread Stephen Hemminger
TCP peformance with TSO over networks with delay is awful. On a 100Mbit link with 150ms delay, we get 4Mbits/sec with TSO and 50Mbits/sec without TSO. The problem is with TSO, we intentionally do not keep the maximum number of packets in flight to fill the window, we hold out to until we can

Re: [PATCH 1/7] tcp: fix cwnd update when using TSO

2005-11-09 Thread David S. Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Wed, 09 Nov 2005 15:06:57 -0800 TCP peformance with TSO over networks with delay is awful. On a 100Mbit link with 150ms delay, we get 4Mbits/sec with TSO and 50Mbits/sec without TSO. The problem is with TSO, we intentionally do not keep the

Re: [PATCH 1/7] tcp: fix cwnd update when using TSO

2005-11-09 Thread Ian McDonald
+/* RFC2861 Check whether we are limited by application or congestion window + * This is the inverse of cwnd check in tcp_tso_should_defer + */ +static inline int tcp_may_update_cwnd(const struct sock *sk, u32 in_flight) + if (sysctl_tcp_tso_win_divisor) + return