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
| ||
|
Message-Id: <200911031838.47168.opurdila@ixiacom.com> Date: Tue, 3 Nov 2009 18:38:47 +0200 From: Octavian Purdila <opurdila@...acom.com> To: Greg KH <greg@...ah.com> Cc: Eric Dumazet <eric.dumazet@...il.com>, Benjamin LaHaise <bcrl@...et.ca>, "Eric W. Biederman" <ebiederm@...ssion.com>, netdev@...r.kernel.org, Cosmin Ratiu <cratiu@...acom.com>, linux-kernel@...r.kernel.org Subject: Re: [PATCH 1/3] sysfs directory scaling: rbtree for dirent name lookups On Tuesday 03 November 2009 18:07:15 you wrote: > > > What kind of test are you doing to reproduce this? > > > > Its curious because in my tests the biggest problems come from > > kernel/sysctl.c (__register_sysctl_paths) consuming 80% of cpu > > in following attempt to create 20.000 devices > > > > (disable hotplug before trying this, and ipv6 too !) > > modprobe dummy numdummies=20000 > > > > I believe we should address __register_sysctl_paths() scalability > > problems too. > > But registering 20000 devices is a far different problem from using > those 20000 devices :) > > I think the "use the device" path should be the one we care the most > about fixing up, as that is much more common than the register path for > all users. > For sysctl in general probably, but I would argue that for dynamic network interfaces (ppp and other sorts of tunnels) the "use" and "register" paths are not that unbalanced. For our case where we use up to 128K interfaces, sysctl entries per network interface is pretty much unusable - but I agree that is not a very common case :) However [1] is not so far fetched. [1] http://www.spinics.net/lists/netdev/msg110392.html Thanks, tavi -- 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