From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 14:23:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3367E16A4CE for ; Fri, 24 Sep 2004 14:23:55 +0000 (GMT) Received: from boerse-berlin-bremen.de (h-213.61.228.202.host.de.colt.net [213.61.228.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2930143D45 for ; Fri, 24 Sep 2004 14:23:54 +0000 (GMT) (envelope-from stephan.yaraghchi@boerse-berlin-bremen.de) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Fri, 24 Sep 2004 16:23:52 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DEVICE_POLLING in 5.3 Thread-Index: AcSh1KtofcZnbBBgRAewMtx+U5yscwAbQoPA From: "Yaraghchi, Stephan" To: "Alex de Kruijff" cc: freebsd-questions@freebsd.org Subject: RE: DEVICE_POLLING in 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 14:23:55 -0000 > -----Original Message----- > From: Alex de Kruijff [mailto:freebsd@akruijff.dds.nl] > Sent: Friday, September 24, 2004 3:20 AM > To: Yaraghchi, Stephan > Cc: freebsd-questions@freebsd.org > Subject: Re: DEVICE_POLLING in 5.3 >=20 >=20 > On Thu, Sep 23, 2004 at 03:27:22PM +0200, Yaraghchi, Stephan wrote: > > Hi fellows, > >=20 > > I'm trying to tune network performance of a 5.3-BETA5 box > > by compiling the DEVICE_POLLING and HZ=3D1000 options into > > the kernel. Compilation went fine. > > I found the usual warning in /usr/src/sys/kern/kern_poll.c > > concerning device polling in SMP kernels and removed it. > >=20 > > To finally enable the feature one have to set the sysctl > > kern.polling.enable to value '1'. > >=20 > > The only problem is that 5.3-BETA5 doesn't know about it: > >=20 > > sysctl: unknown oid 'kern.polling.enable' > >=20 > > Any advice is highly appreciated. >=20 > Hi, >=20 > Did you do a full make buildworld/kernel installkernel/world? If not > then this might be why sysctl doesn't know about it. If so then maybe > someone from current@ might know more about it. (maybe there read this > list to) >=20 > Does /usr/src/UPDATING say anything about it? >=20 > --=20 > Alex >=20 > Articles based on solutions that I use: > http://www.kruijff.org/alex/FreeBSD/ >=20 Hi Alex, IMO it's not necessary since the changes only affect the kernel which I already recompiled. Nevertheless I also did a 'make buildworld' as you suggested: no luck. /usr/src/UPDATING says nothing about the issue. Stephan.