From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Jenkins Date: Thu, 23 Oct 2008 09:19:27 +0000 Subject: Re: replace in-memory rules array with match/action token list Message-Id: <4900419F.7010405@tuffmail.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org > The in-memory rule array of a common desktop distro install took: > 1151088 bytes > with the token list: > 109232 bytes tokens (6827 * 16 bytes), 71302 bytes buffer Sounds great from a performance point of view. It doesn't work for me though. My simulation takes over 5 times as long, and doesn't finish cleanly; i.e. there's still lots in /dev/.udev/queue after the cpu usage has stopped. I'll try to track it down.