From: Eric Dumazet <[email protected]> Date: Thu, 11 Feb 2016 08:58:18 -0800
> From: Eric Dumazet <[email protected]> > > There are some cases where rtt_us derives from deltas of jiffies, > instead of using usec timestamps. > > Since we want to track minimal rtt, better to assume a delta of 0 jiffie > might be in fact be very close to 1 jiffie. > > It is kind of sad jiffies_to_usecs(1) calls a function instead of simply > using a constant. > > Fixes: f672258391b42 ("tcp: track min RTT using windowed min-filter") > Signed-off-by: Eric Dumazet <[email protected]> > Signed-off-by: Neal Cardwell <[email protected]> > Cc: Yuchung Cheng <[email protected]> Applied and queued up for -stable, thanks Eric.
