From owner-freebsd-stable@FreeBSD.ORG Tue Sep 20 09:55:43 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 09F8016A457 for ; Tue, 20 Sep 2005 09:55:43 +0000 (GMT) (envelope-from rvenne@dental-on-line.fr) Received: from smtp.dental-on-line.fr (ras75-5-82-234-245-176.fbx.proxad.net [82.234.245.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 958D343D45 for ; Tue, 20 Sep 2005 09:55:42 +0000 (GMT) (envelope-from rvenne@dental-on-line.fr) Received: from [192.168.1.7] (triton.dental-on-line.net [192.168.1.7]) by smtp.dental-on-line.fr (Postfix) with ESMTP id 6465B3D408B for ; Tue, 20 Sep 2005 11:55:41 +0200 (CEST) Message-ID: <432FDC9A.80400@dental-on-line.fr> Date: Tue, 20 Sep 2005 11:55:38 +0200 From: rvenne@dental-on-line.fr User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-stable@freebsd.org References: <200509200600.j8K606fD018445@the-macgregors.org> <432FC2C3.4020402@dental-on-line.fr> <432FD1AE.1090405@dental-on-line.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: smp on dell poweredge freeze: 5.4 p7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:55:43 -0000 Claus Guttesen wrote: >>>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 >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > thanks a lot for answers, in fact here's more informations ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 8 ioapic1: Changing APIC ID to 9 ioapic2: Changing APIC ID to 10 which mean HTT is enabled in bios... I'll take a look for that. I've to take out all my vpn connections !