lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Jul 2008 17:43:21 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Octavian Purdila <opurdila@...acom.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [rfc] new sk_buff member: hwstamp

On Mon, 14 Jul 2008 18:43:00 +0300
Octavian Purdila <opurdila@...acom.com> wrote:

> 
> 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?
> 

Why not do some clock synchronization and use existing absolute timestamp?
This would benefit system generally since it would give more accurate values
for network traffic analysis.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ