From owner-freebsd-stable@FreeBSD.ORG Tue Sep 20 09:49:32 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 13EFD16A41F for ; Tue, 20 Sep 2005 09:49:32 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D48643D46 for ; Tue, 20 Sep 2005 09:49:31 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so201974nzk for ; Tue, 20 Sep 2005 02:49:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tX1s5njlwL5+ZH58CAHgSUABqiyGscX2CnW9sDh8yFC5TxQ5HT5IYgS2yGJJ8QOKqg6yD6NzytjsVMRpPLbh5QdZ4EiS96b8N2MNLLZWFC/sqRv3zpdFn1QgU7qc/ZHFOiWrVezaaIC1FD2/jypa/4apI3a278rBIW1gNS2MkzU= Received: by 10.54.33.65 with SMTP id g65mr780377wrg; Tue, 20 Sep 2005 02:49:31 -0700 (PDT) Received: by 10.54.145.18 with HTTP; Tue, 20 Sep 2005 02:49:31 -0700 (PDT) Message-ID: Date: Tue, 20 Sep 2005 11:49:31 +0200 From: Claus Guttesen To: "rvenne@dental-on-line.fr" In-Reply-To: <432FD1AE.1090405@dental-on-line.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509200600.j8K606fD018445@the-macgregors.org> <432FC2C3.4020402@dental-on-line.fr> <432FD1AE.1090405@dental-on-line.fr> Cc: freebsd-stable@freebsd.org Subject: Re: smp on dell poweredge freeze: 5.4 p7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kometen@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 09:49:32 -0000 > >What PowerEdge-model is it, dual or quad? If dual, did you try to > >disable HTT in BIOS? > > poweredge 1850 bi cpu xeon 2.8 > what's the HTT???? It's hyper-threading, the cpu have some extra registers, so the cpu can get some more work done (in theory) during one cpu-cycle. But most of the time the improved performance is neglible. If HTT is enabled one cpu will show up as two logical cpu's. So try to disable HTT in BIOS. regards Claus