On Sun, 2017-05-21 at 13:46 -0400, Soheil Hassas Yeganeh wrote:
> On Sun, May 21, 2017 at 1:39 PM, Eric Dumazet wrote:
> > From: Eric Dumazet
> >
> > TCP_USER_TIMEOUT is still converted to jiffies value in
> > icsk_user_timeout
> >
> > So we need to make a conversion for the cases HZ != 1000
> >
On Sun, 2017-05-21 at 13:51 -0400, David Miller wrote:
> From: Eric Dumazet
> Date: Sun, 21 May 2017 10:39:00 -0700
>
> > From: Eric Dumazet
> >
> > TCP_USER_TIMEOUT is still converted to jiffies value in
> > icsk_user_timeout
> >
> > So we need to make a conversion for the cases HZ != 1000
>
From: Eric Dumazet
Date: Sun, 21 May 2017 10:39:00 -0700
> From: Eric Dumazet
>
> TCP_USER_TIMEOUT is still converted to jiffies value in
> icsk_user_timeout
>
> So we need to make a conversion for the cases HZ != 1000
>
> Fixes: 9a568de4818d ("tcp: switch TCP TS option (RFC 7323) to 1ms clo
On Sun, May 21, 2017 at 1:39 PM, Eric Dumazet wrote:
> From: Eric Dumazet
>
> TCP_USER_TIMEOUT is still converted to jiffies value in
> icsk_user_timeout
>
> So we need to make a conversion for the cases HZ != 1000
>
> Fixes: 9a568de4818d ("tcp: switch TCP TS option (RFC 7323) to 1ms clock")
> Si
From: Eric Dumazet
TCP_USER_TIMEOUT is still converted to jiffies value in
icsk_user_timeout
So we need to make a conversion for the cases HZ != 1000
Fixes: 9a568de4818d ("tcp: switch TCP TS option (RFC 7323) to 1ms clock")
Signed-off-by: Eric Dumazet
---
net/ipv4/tcp_timer.c |3 ++-
1 f