> > + u32 queue_delay = ktime_to_ms(net_timedelta(skb->tstamp));
>
> FWIW, I think the same as patch 12 applies here. net_timedelta() doesn't
> really seem to be a good way to calculate time deltas.
Shall we change net_timedelta to ktime_sub() using ktime_get()?
+ u32 queue_delay = ktim
On Thu, 2014-06-12 at 10:31 +0200, Thomas Gleixner wrote:
> + u32 queue_delay = ktime_to_ms(net_timedelta(skb->tstamp));
FWIW, I think the same as patch 12 applies here. net_timedelta() doesn't
really seem to be a good way to calculate time deltas.
And yes - I've seen situations where this m
2 matches
Mail list logo