Re: [PATCH net-next 03/10] tcp: do not pass timestamp to tcp_rack_mark_lost()

2017-04-25 Thread Neal Cardwell
On Tue, Apr 25, 2017 at 1:15 PM, Eric Dumazet wrote: > This is no longer used, since tcp_rack_detect_loss() takes > the timestamp from tp->tcp_mstamp > > Signed-off-by: Eric Dumazet > Acked-by: Soheil Hassas Yeganeh Acked-by: Neal Cardwell neal

[PATCH net-next 03/10] tcp: do not pass timestamp to tcp_rack_mark_lost()

2017-04-25 Thread Eric Dumazet
This is no longer used, since tcp_rack_detect_loss() takes the timestamp from tp->tcp_mstamp Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh --- include/net/tcp.h | 2 +- net/ipv4/tcp_input.c| 2 +- net/ipv4/tcp_recovery.c | 2 +- 3 files changed, 3 insertions(+), 3 deleti