From owner-freebsd-smp@FreeBSD.ORG Thu Apr 24 06:51:57 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF2A37B401 for ; Thu, 24 Apr 2003 06:51:57 -0700 (PDT) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1199E43F3F for ; Thu, 24 Apr 2003 06:51:57 -0700 (PDT) (envelope-from vizion@ixpres.com) Received: from vizion (dns1.la.xref.us [66.80.181.21]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h3OEGxb02730; Thu, 24 Apr 2003 07:17:00 -0700 (PDT) (envelope-from vizion@ixpres.com) Message-ID: <00a901c30a64$c8101390$15b55042@vizion2000.net> From: "vizion communication" To: "Michal Mertl" References: <004e01c30a16$73999870$15b55042@vizion2000.net> <20030424085801.K69805@prg.traveller.cz> Date: Thu, 24 Apr 2003 06:23:09 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-smp@freebsd.org Subject: Re: Anyone please???? SMP health check!! X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 13:51:58 -0000 Thanks very much for your comments -- they are really appreciated. OK is there any way I can check that SMP is performing properly?? I do not seem to be showing an increase in performance between single and smp processing. What issues would not be revealed in Dmesg? David ----- Original Message ----- From: "Michal Mertl" To: "vizion communication" Sent: Thursday, April 24, 2003 12:28 AM Subject: Re: Anyone please???? SMP health check!! > > > Hi > > > > > > OK I have a quad processor proliant 5500 and am uncertain > > > whether I am getting the performance I would expect from it. > > From your dmesg it seems that the system succesfully started 4 > processors. > > > > There are entries in dmesg which clearly relate to SMP I do > > > not understand so here is all the output -- comments & > > > guidance appreciated. > > See inline. Not SMP related parts snipped. > > > > APIC_IO: MP table broken: 8259->APIC entry missing! > > Not sure what this means but from other output it seems it's not that much > harmful. > > > > Changing APIC ID for IO APIC #0 from 0 to 8 on chip > > > Programming 35 pins in IOAPIC #0 > > > IOAPIC #0 intpin 2 -> irq 0 > > > FreeBSD/SMP: Multiprocessor motherboard > > > cpu0 (BSP): apic id: 3, version: 0x00040011, at 0xfee00000 > > > cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 > > > cpu2 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 > > > cpu3 (AP): apic id: 2, version: 0x00040011, at 0xfee00000 > > > io0 (APIC): apic id: 8, version: 0x00220011, at 0xfec00000 > > This is all normal. Normally I've seen IO APIC having id just one bigger > than last processor. In your case the number 8 is probably because of > some form of (future) support for hyperthreading (two logical cores per > processor). > > > > APIC_IO: Testing 8254 interrupt delivery > > > APIC_IO: routing 8254 via IOAPIC #0 intpin 2 > > > SMP: AP CPU #3 Launched! > > > SMP: AP CPU #1 Launched! > > > SMP: AP CPU #2 Launched! > > This is also normal. There's always one BSP (boot system processor ?) and > some AP's (application processor?). > > Other messages don't relate to SMP. > > -- > Michal Mertl > mime@traveller.cz >