From: Eric Dumazet <eric.duma...@gmail.com> Date: Thu, 18 May 2017 09:15:58 -0700
> From: Eric Dumazet <eduma...@google.com> > > skbs in (re)transmit queue no longer have a copy of jiffies > at the time of the transmit : skb->skb_mstamp is now in usec unit, > with no correlation to tcp_jiffies32. > > We have to convert rto from jiffies to usec, compute a time difference > in usec, then convert the delta to HZ units. > > Fixes: 9a568de4818d ("tcp: switch TCP TS option (RFC 7323) to 1ms clock") > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks Eric.