[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080724.151733.215864673.davem@davemloft.net>
Date: Thu, 24 Jul 2008 15:17:33 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: opurdila@...acom.com
Cc: herbert@...dor.apana.org.au, netdev@...r.kernel.org
Subject: Re: [RFC][PATCH 1/3] net: per skb control messages
From: Octavian Purdila <opurdila@...acom.com>
Date: Fri, 25 Jul 2008 01:12:03 +0300
> On Friday 25 July 2008, David Miller wrote:
>
> > We have a timestamp in the SKB already, why don't you simply override
> > it when your feature is enable and set a single flag bit that
> > indicates you used a HW timestamp to set that timestamp?
>
> I thought of something similar, but I am not sure if I can to so, as it seems
> that the skb->tstamp requires current gettimeofday semantics at least in
> netfilter's ipt_time module.
Can your timestamp format at least be converted to
gettimeofday() format?
I thought we had a ton of accessor functions that code uses to access
the timestamp? You should be able to do your translation in those
routines.
--
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