From owner-svn-src-all@freebsd.org Tue May 10 22:36:17 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9604BB362D5; Tue, 10 May 2016 22:36:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7545E1A1B; Tue, 10 May 2016 22:36:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 27D36B948; Tue, 10 May 2016 18:36:16 -0400 (EDT) From: John Baldwin To: Ngie Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r297748 - in head/sys: conf dev/acpica kern vm x86/acpica Date: Tue, 10 May 2016 15:29:02 -0700 Message-ID: <2527241.QYadzni5Vm@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: References: <201604091358.u39Dw4SW079049@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 10 May 2016 18:36:16 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2016 22:36:17 -0000 On Thursday, May 05, 2016 02:08:56 PM Ngie Cooper wrote: > On Sat, Apr 9, 2016 at 6:58 AM, John Baldwin wrote: > > Author: jhb > > Date: Sat Apr 9 13:58:04 2016 > > New Revision: 297748 > > URL: https://svnweb.freebsd.org/changeset/base/297748 > > > > Log: > > Add more fine-grained kernel options for NUMA support. > > > > VM_NUMA_ALLOC is used to enable use of domain-aware memory allocation in > > the virtual memory system. DEVICE_NUMA is used to enable affinity > > reporting for devices such as bus_get_domain(). > > > > MAXMEMDOM must still be set to a value greater than for any NUMA support > > to be effective. Note that 'cpuset -gd' always works if MAXMEMDOM is > > enabled and the system supports NUMA. > > > > Reviewed by: kib > > Differential Revision: https://reviews.freebsd.org/D5782 > > Jenkins/clang says vm_domain_rr_selectdomain(..) is unused if > VM_NUMA_ALLOC isn't defined after this commit: > https://jenkins.freebsd.org/job/FreeBSD_HEAD/250/warnings7Result/package.-887393991/source.-7253451996200343468/#55 > . Could this be reduced/folded or did you mean to add more logic > around this function in the future? Fixed, thanks. -- John Baldwin