netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [rfc] new sk_buff member: hwstamp
@ 2008-07-14 15:43 Octavian Purdila
  2008-07-14 17:25 ` Andi Kleen
  2008-07-15  0:43 ` Stephen Hemminger
  0 siblings, 2 replies; 9+ messages in thread
From: Octavian Purdila @ 2008-07-14 15:43 UTC (permalink / raw)
  To: netdev


Hi everybody,

In our Linux port we added a new sk_buff member, hwstamp, to store a hardware 
generated timestamp for received packets. The hardware can also insert  
hardware timestamps in the payload on the TX path and can have the RX / TX 
clocks synchronized. We use this infrastructure to compute one-way delays 
with high precision (20ns resolution).

I know that adding new members to such heavily used structures like the skb is 
viewed harshly - especially for such exotic cases as the one described above. 
So, would such a patch be considered for inclusion? Or maybe there is a 
better way of doing the above?

Thanks,
tavi

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-07-15 10:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 15:43 [rfc] new sk_buff member: hwstamp Octavian Purdila
2008-07-14 17:25 ` Andi Kleen
2008-07-14 17:57   ` Oliver Hartkopp
2008-07-14 18:30     ` Octavian Purdila
2008-07-14 18:58       ` Oliver Hartkopp
2008-07-14 20:07         ` Octavian Purdila
2008-07-14 18:49   ` Octavian Purdila
2008-07-15  0:43 ` Stephen Hemminger
2008-07-15 10:39   ` Octavian Purdila

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).