From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aras Vaichas Date: Mon, 04 Sep 2006 01:04:48 +0000 Subject: Re: New software: Hotplug2, aimed at early userspace Message-Id: <44FB7BB0.5070601@magellan-technology.com> List-Id: References: <20060902163017.693cd988@silver> In-Reply-To: <20060902163017.693cd988@silver> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: linux-hotplug@vger.kernel.org iSteve wrote: > In addition, I have 0.3 released with more rules configurations available. > > I've also attempted to compare udev and hotplug2 performance for trivial tasks > (load all modules, create all devices without any specific changes). > > It appears that hotplug2 outperforms udev significantly in trivial tasks. > > The full benchmark: > http://isteve.depressant.org/hotplug2/benchmark.txt > > Thanks in advance for any thoughts and comments. What is the minimum version of libc required to compile this application? Your application doesn't compile on my system. $ ./build.sh hotplug2.c: In function ‘init_netlink_socket’: hotplug2.c:165: error: ‘SO_RCVBUFFORCE’ undeclared (first use in this function) hotplug2.c:165: error: (Each undeclared identifier is reported only once hotplug2.c:165: error: for each function it appears in.) A Google search reveals that SO_RCVBUFFORCE is apparently a fairly recent addition to the kernel. I am using libc-2.3.6 for x86 and libc-2.3.5 for ARM and neither can compile this application. You could also try adding this: #ifndef SO_RCVBUFFORCE #define SO_RCVBUFFORCE (33) #endif regards, Aras Vaichas ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel