From owner-freebsd-stable@FreeBSD.ORG Fri Feb 20 18:52:26 2009 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 71525106566C for ; Fri, 20 Feb 2009 18:52:26 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 36C3F8FC1C for ; Fri, 20 Feb 2009 18:52:25 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n1KIqOnu022488; Fri, 20 Feb 2009 13:52:24 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id n1KIqNp5007330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Feb 2009 13:52:23 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200902201852.n1KIqNp5007330@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 20 Feb 2009 13:09:46 -0500 To: martinko , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: References: <499C4E8E.1020403@denninger.net> <200902182230.n1IMUg78008294@lava.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: Re: What is the real number of CPUs ? -- was: Re: Problem with new Intel DX board and i7 Processor on reboot attempt (locks) 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, 20 Feb 2009 18:52:26 -0000 At 06:30 PM 2/19/2009, martinko wrote: >Hi, > >I don't get the numbers of CPUs -- AFAIK Core i7 has 4 cores with 2 >logical CPUs per core (hyper-threading?) and that makes 8 logical >CPUs. Above I see 8 cores per package (!) _but_ 8 x 2 = 16 while >only 8 CPUs are detected and started. Could someone explain pls ? The CPU is as you said, 4 actual cores plus their new HT tech. In the tests I did, the HT did help with compile times under RELENG_7 http://lists.freebsd.org/pipermail/freebsd-performance/2008-December/003635.html ---Mike