Re: [PATCH net-next 10/15] tcp: uses jiffies_32 to feed tp->chrono_start

2017-05-17 Thread Soheil Hassas Yeganeh
On Tue, May 16, 2017 at 5:00 PM, Eric Dumazet wrote: > tcp_time_stamp will no longer be tied to jiffies. > > Signed-off-by: Eric Dumazet Acked-by: Soheil Hassas Yeganeh > --- > net/ipv4/tcp.c| 2 +- > net/ipv4/tcp_output.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >

[PATCH net-next 10/15] tcp: uses jiffies_32 to feed tp->chrono_start

2017-05-16 Thread Eric Dumazet
tcp_time_stamp will no longer be tied to jiffies. Signed-off-by: Eric Dumazet --- net/ipv4/tcp.c| 2 +- net/ipv4/tcp_output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index d0bb61ee28bbceff8f2e27416ce87fec94935973..b85bfe7cb1