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] [day] [month] [year] [list]
Date:	Fri, 25 May 2012 21:00:32 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Srećko Jurić-Kavelj 
	<srecko.juric-kavelj@....hr>
Cc:	Dave Taht <dave.taht@...il.com>,
	Chris Friesen <chris.friesen@...band.com>,
	netdev@...r.kernel.org
Subject: Re: Using jiffies for tcp_time_stamp?

On Fri, 2012-05-25 at 20:35 +0200, Srećko Jurić-Kavelj wrote:

> From what I've seen in the code, NO_HZ doesn't make jiffies go away,
> it simply doesn't use regular CONFIG_HZ interrupt to update, but
> updates them when has an opportunity?

HZ=1000 makes jiffies 10 times more precise, and with NO_HZ, generates
no extra timer interrupts.

This also makes timers workload smoothed, instead of spikes.



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