Re: [PATCH net-next] tcp: fix under-evaluated ssthresh in TCP Vegas

2017-09-29 Thread David Miller
From: Hoang Tran Date: Wed, 27 Sep 2017 18:30:58 +0200 > With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals > ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would > under-evaluate the ssthresh. > > Signed-off-by: Hoang

Re: [PATCH net-next] tcp: fix under-evaluated ssthresh in TCP Vegas

2017-09-29 Thread David Miller
From: Hoang Tran Date: Wed, 27 Sep 2017 18:30:58 +0200 > With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals > ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would > under-evaluate the ssthresh. > > Signed-off-by: Hoang Tran Applied, thank you.

[PATCH net-next] tcp: fix under-evaluated ssthresh in TCP Vegas

2017-09-27 Thread Hoang Tran
With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would under-evaluate the ssthresh. Signed-off-by: Hoang Tran --- net/ipv4/tcp_vegas.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH net-next] tcp: fix under-evaluated ssthresh in TCP Vegas

2017-09-27 Thread Hoang Tran
With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would under-evaluate the ssthresh. Signed-off-by: Hoang Tran --- net/ipv4/tcp_vegas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git