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

2017-04-25 Thread Neal Cardwell
On Tue, Apr 25, 2017 at 1:15 PM, Eric Dumazet wrote: > No longer needed, since 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 06/10] tcp: do not pass timestamp to tcp_rate_gen()

2017-04-25 Thread Eric Dumazet
No longer needed, since 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 --- include/net/tcp.h| 2 +- net/ipv4/tcp_input.c | 3 +-- net/ipv4/tcp_rate.c | 7 --- 3 files