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-next>] [day] [month] [year] [list]
Date:	Tue, 19 May 2009 10:13:02 +0200
From:	<Tero.Kristo@...ia.com>
To:	<netdev@...r.kernel.org>
Subject: Network stack timer hacks for power saving

Hi,

I have been looking at network stack timer optimization for 
power saving in embedded ARM environment, basically trying to 
avoid as many wakeups as possible. I have changed several 
timers in the network stack into deferred ones, i.e. they do 
not wake up the device from low power modes but instead they 
are deferred until next wakeup from some other source, like 
another (non-deferred) timer or some I/O. Attached a patch 
about the changes I've done, is something like this safe to do?

-Tero
Download attachment "0001-Network-stack-timer-optimizations-for-power-saving.patch" of type "application/octet-stream" (2685 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ