From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 9 23:50:11 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F700106566C for ; Fri, 9 Mar 2012 23:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA058FC08 for ; Fri, 9 Mar 2012 23:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q29NoBgu066161 for ; Fri, 9 Mar 2012 23:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q29NoBhK066160; Fri, 9 Mar 2012 23:50:11 GMT (envelope-from gnats) Date: Fri, 9 Mar 2012 23:50:11 GMT Message-Id: <201203092350.q29NoBhK066160@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Wollman Cc: Subject: Re: kern/165893: processor topology should be exported in more obvious format X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 23:50:11 -0000 The following reply was made to PR kern/165893; it has been noted by GNATS. From: Garrett Wollman To: Andriy Gapon Cc: bug-followup@FreeBSD.org Subject: Re: kern/165893: processor topology should be exported in more obvious format Date: Fri, 9 Mar 2012 18:10:22 -0500 < said: > OTOH, it would probably also make sense to not assume that a topology is always > uniform. There could be a different number of (online) cores per package, etc. At a minimum, having separate "processors", "cores", and "threads" sysctl variables would ease hardware identification, and there's no need to assume that they are uniform in order to make use of this. -GAWollman