[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <op.v74shh18fzo5me@stalin>
Date: Sun, 15 Jan 2012 19:11:31 +0400
From: "Anatoly Sivov" <mm05@...l.ru>
To: netdev@...r.kernel.org
Subject: why does skb->tstamp use getnstimeofday?
Hello everyone.
struct sk_buff has a field tstamp, which is used for high resolution rtt
calculation.
All operations with this field are done directly or indirectly via ktime_*
interface,
which uses getnstimeofday function.
My question is why does skb->tstamp use getnstimeofday?
Isn't it better to use getrawmonotonic, where we are not inetrfered with
ntp, for rtt calculation?
Thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists