From owner-freebsd-current@FreeBSD.ORG Fri Jun 8 19:10:00 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD21516A468 for ; Fri, 8 Jun 2007 19:10:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A5E2113C48A for ; Fri, 8 Jun 2007 19:10:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 97C991A3C19; Fri, 8 Jun 2007 12:09:57 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id EF8215129D; Fri, 8 Jun 2007 15:09:59 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id DB8EEC219; Fri, 8 Jun 2007 15:09:59 -0400 (EDT) Date: Fri, 8 Jun 2007 15:09:59 -0400 From: Kris Kennaway To: Abdullah Ibn Hamad Al-Marri Message-ID: <20070608190959.GA47343@rot13.obsecurity.org> References: <499c70c0706080535j69770039y6f524afb39ff08f9@mail.gmail.com> <200706081400.l58E02bh078199@lurza.secnetix.de> <499c70c0706080950w3ca7d5dax7e1aff86dd23283a@mail.gmail.com> <20070608184730.GA46898@rot13.obsecurity.org> <499c70c0706081208n12ca5fc6i5a059dce634ee8f8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499c70c0706081208n12ca5fc6i5a059dce634ee8f8@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org, Kris Kennaway Subject: Re: Jun 7.0-CURRENT AMD64 snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 19:10:00 -0000 On Fri, Jun 08, 2007 at 10:08:16PM +0300, Abdullah Ibn Hamad Al-Marri wrote: > On 6/8/07, Kris Kennaway wrote: > >On Fri, Jun 08, 2007 at 07:50:52PM +0300, Abdullah Ibn Hamad Al-Marri > >wrote: > >> On 6/8/07, Oliver Fromme wrote: > >> >Abdullah Ibn Hamad Al-Marri wrote: > >> > > > >> > > Where could I get Jun 7.0-CURRENT AMD64 snapshot? > >> Or Maybe waiting for Jeff SHCED_SMP to be added? :) > > > >This is targetted for e.g. 8-core systems, on a 2 cpu system > >sched_lock is typically not enough of a problem that you will see > >performance improvements from avoiding it. > > > >Kris > > > > So for 2 cores I should use SCHED_ULE instead of SCHED_SMP? It is worth comparing them but you should probably not expect much of an improvement. Kris