Re: [PATCH net-next 13/15] tcp_lp: cache tcp_time_stamp

2017-05-17 Thread Soheil Hassas Yeganeh
On Tue, May 16, 2017 at 5:00 PM, Eric Dumazet wrote: > tcp_time_stamp will become slightly more expensive soon, > cache its value. > > Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh > --- > net/ipv4/tcp_lp.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff

[PATCH net-next 13/15] tcp_lp: cache tcp_time_stamp

2017-05-16 Thread Eric Dumazet
tcp_time_stamp will become slightly more expensive soon, cache its value. Signed-off-by: Eric Dumazet --- net/ipv4/tcp_lp.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/ipv4/tcp_lp.c b/net/ipv4/tcp_lp.c index d6fb6c067af4641f232b94e7c590c212648e8173..ef3122abb3