From owner-freebsd-performance@FreeBSD.ORG Sun Nov 26 09:43:25 2006 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9411916A412 for ; Sun, 26 Nov 2006 09:43:25 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E54343D8A for ; Sun, 26 Nov 2006 09:42:31 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id kAQ9hLj3036986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Nov 2006 10:43:21 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id kAQ9hLnV036984; Sun, 26 Nov 2006 10:43:21 +0100 (CET) Date: Sun, 26 Nov 2006 10:43:21 +0100 From: Divacky Roman To: "Matthew D. Fuller" Message-ID: <20061126094321.GA34909@stud.fit.vutbr.cz> References: <7.1.0.9.0.20061120160757.14d4a728@sentex.net> <200611220247.kAM2l9JP095066@lava.sentex.ca> <20061122130947.GM20405@obiwan.tataz.chchile.org> <200611231652.kANGqJsr005016@lava.sentex.ca> <1164356894.4306.1.camel@massimo.datacode.it> <200611242027.kAOKRYZg012113@lava.sentex.ca> <20061124210305.GA49228@stud.fit.vutbr.cz> <200611242117.kAOLHuBP012313@lava.sentex.ca> <20061125083605.GA17350@stud.fit.vutbr.cz> <20061125112216.GC91673@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061125112216.GC91673@over-yonder.net> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: freebsd-performance@freebsd.org, Mike Tancsa Subject: Re: em forwarding performance (was Proposed 6.2 em RELEASE patch X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 09:43:25 -0000 On Sat, Nov 25, 2006 at 05:22:16AM -0600, Matthew D. Fuller wrote: > On Sat, Nov 25, 2006 at 09:36:05AM +0100 I heard the voice of > Divacky Roman, and lo! it spake thus: > > > > hm.. now I am confused. the rule is that having I586_CPU improves > > performance because optimized bzero/bcopy is included (its not > > included if you only have I686_CPU). > > Haven't we been by this before? It's not included even if you have > I586_CPU either. > > See src/sys/i386/isa/npx.c, line 432: > > #ifdef I586_CPU_XXX <-------- > ^^^ > > This has been disabled since r1.95, in 2001 (in 5-CURRENT days). > There may be SOMETHING about including I586_CPU that speeds things up, > but it ain't that. the log says: People are still having problems with i586_* on UP machines and SMP machines, so just hack it to disable them for now until it can be fixed. noone has been able to step up and fix that? for more then 5 years? huh.. I guess thats quite low hanging fruit worth shoting down..