From owner-freebsd-stable@FreeBSD.ORG Fri Nov 30 11:33:53 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0229F16A41A; Fri, 30 Nov 2007 11:33:53 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id A613213C45A; Fri, 30 Nov 2007 11:33:52 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from smaug.rattatosk ([10.50.50.2]) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Iy47z-0006Qw-Sv; Fri, 30 Nov 2007 11:33:51 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Iy47z-000H1V-Qw; Fri, 30 Nov 2007 11:33:51 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Iy47z-0001f0-QX; Fri, 30 Nov 2007 11:33:51 +0000 To: kometen@gmail.com, kris@FreeBSD.org In-Reply-To: <474FD17D.7080209@FreeBSD.org> Message-Id: From: Pete French Date: Fri, 30 Nov 2007 11:33:51 +0000 Cc: max@love2party.net, freebsd-stable@freebsd.org Subject: Re: Also seeing 2 x quad-core system slower that 2 x dual core 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: Fri, 30 Nov 2007 11:33:53 -0000 > Yes, if the claim is that the hardware is absolutely identical apart > from one having two quad-core CPUs instead of two dual-core, the next > step is to disable half of the CPUs and confirm that the problem goes away. Just comming back to this today, will do a side by side compare of the dmesg later to make sure that they *are* identical as claimed, but the idea of disabling half the CPU's is an excellent one! Aha, brilliant idea! > Check dmesg for the APIC numbers corresponding to the CPUs you want to > disable and add the corresponding entries to /boot/loader.conf, e.g.: You mean this bit? FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 > hint.lapic.1.disable="1" > hint.lapic.3.disable="1" > hint.lapic.5.disable="1" > hint.lapic.7.disable="1" gives me... hint.lapic.1.disable="1" hint.lapic.3.disable="3" hint.lapic.5.disable="5" hint.lapic.7.disable="7" rebooting now to give it a try... -pete.