From owner-freebsd-stable@FreeBSD.ORG Fri Oct 8 16:04:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C18416A4CE; Fri, 8 Oct 2004 16:04:13 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212FA43D3F; Fri, 8 Oct 2004 16:04:13 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id i98G4CIL018467; Fri, 8 Oct 2004 12:04:12 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18327-02; Fri, 8 Oct 2004 12:04:12 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id i98G4B1s018426; Fri, 8 Oct 2004 12:04:11 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i98G44BX025334; Fri, 8 Oct 2004 12:04:04 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20041008120745.106ae7b0@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Fri, 08 Oct 2004 12:10:12 -0400 To: David Gilbert , freebsd-current@freebsd.org, freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <16742.40802.187425.402461@canoe.dclg.ca> References: <16742.40802.187425.402461@canoe.dclg.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b Subject: Re: Packet passing performance study on exotic hardware. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 16:04:13 -0000 At 10:08 AM 08/10/2004, David Gilbert wrote: >Right out of the box, FreeBSD 5.3 (with polling) passed about 200 >kpps. net.isr.enable=1 increased that without polling to about 220 Did you have kern.polling.idle_poll at 0 or 1 ? In my tests a few weeks ago this seemed to make a difference, but the load avg gets messed up. Also, HZ does seem to make a difference at least in my tests on BETA5. ---Mike