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

2017-04-25 Thread Neal Cardwell
On Tue, Apr 25, 2017 at 1:15 PM, Eric Dumazet wrote: > Not used anymore now tp->tcp_mstamp holds the information. > > This is needed to remove sack_state.ack_time in a following patch. > > Signed-off-by: Eric Dumazet > Acked-by: Soheil Hassas Yeganeh Acked-by: Neal Cardwell neal

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

2017-04-25 Thread Eric Dumazet
Not used anymore now tp->tcp_mstamp holds the information. This is needed to remove sack_state.ack_time in a following patch. Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh --- net/ipv4/tcp_input.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ne