Re: [PATCH net-next 04/15] tcp: use tcp_jiffies32 to feed tp->lsndtime

2017-05-17 Thread Soheil Hassas Yeganeh
On Tue, May 16, 2017 at 5:00 PM, Eric Dumazet wrote: > Use tcp_jiffies32 instead of tcp_time_stamp to feed > tp->lsndtime. > > tcp_time_stamp will soon be a litle bit more expensive > than simply reading 'jiffies'. > > Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh > --- > includ

[PATCH net-next 04/15] tcp: use tcp_jiffies32 to feed tp->lsndtime

2017-05-16 Thread Eric Dumazet
Use tcp_jiffies32 instead of tcp_time_stamp to feed tp->lsndtime. tcp_time_stamp will soon be a litle bit more expensive than simply reading 'jiffies'. Signed-off-by: Eric Dumazet --- include/net/tcp.h | 2 +- net/ipv4/tcp.c| 2 +- net/ipv4/tcp_cubic.c | 2 +- net/ipv4/tcp_input.c