Re: [PATCH net-next 08/10] tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()

2017-04-25 Thread Neal Cardwell
On Tue, Apr 25, 2017 at 1:15 PM, Eric Dumazet wrote: > Following patch will remove ack_time from struct tcp_sacktag_state > > Same info is now found in tp->tcp_mstamp > > Signed-off-by: Eric Dumazet > Acked-by: Soheil Hassas Yeganeh Acked-by: Neal Cardwell neal

[PATCH net-next 08/10] tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()

2017-04-25 Thread Eric Dumazet
Following patch will remove ack_time from struct tcp_sacktag_state Same info is now found in tp->tcp_mstamp Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh --- net/ipv4/tcp_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/t