From owner-freebsd-arch@FreeBSD.ORG Mon Jun 1 16:57:56 2015 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31BF4FFA for ; Mon, 1 Jun 2015 16:57:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC3EC19A8 for ; Mon, 1 Jun 2015 16:57:55 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbhj9 with SMTP id hj9so66351943igb.1 for ; Mon, 01 Jun 2015 09:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=B21pNyPIe+K8k/1iHEdulE+9zW8lUS/WdNmVaEHOLCk=; b=pPiG2MDlamshsRzW1iBBqeygsoMkbtWYNsC3KTXH+fzXN2qdXW/EQoE2zUVU2UXY2K vjHyP6WyycNXt7IXJ7l4pJI3mEO4cYBm8D0liluaHu+c2WNOW0TVALGZA1mFijGR0Hjq yuCqO+M+byY5kSP0z0JDS8qI5xX76kNQjPqsHQeA6E4Smw4/xzKJShLNvy0envoN8JNX BpCdVbZs8NRGusRe/jksVclpUTQyktyy7Q4Fbkzj8H74gM+6u86z7NQizrbfK5drNy+3 925V7HW0G6e+cM7tRoha7FDu1K9VsLc3snN4TQVitciKZ8eXoeTwNghykJhh3ld7P6bV 5clg== MIME-Version: 1.0 X-Received: by 10.107.11.26 with SMTP id v26mr4595853ioi.8.1433177875440; Mon, 01 Jun 2015 09:57:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Mon, 1 Jun 2015 09:57:55 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Mon, 1 Jun 2015 09:57:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Jun 2015 09:57:55 -0700 X-Google-Sender-Auth: 3s0CpHyh3KyjBagL_ya3C-xsrlE Message-ID: Subject: Re: CFT/CFR: NUMA policy branch From: Adrian Chadd To: "M. Warner Losh" Cc: freebsd-arch@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 16:57:56 -0000 Where's it hiding? All I have seen is the projects/numa branch. This is a subset of that. Adrian On Jun 1, 2015 8:38 AM, "Warner Losh" wrote: > Hi Adrian, > > How does this work release to the branch that Jeff Roberson had for > numaizing > the VM system? Can any of that work be carried forward? > > Warner > > > > On May 31, 2015, at 9:47 PM, Adrian Chadd wrote: > > > > Hi, > > > > It's in a review, and I've addressed most of the feedback: > > > > https://reviews.freebsd.org/D2559 > > > > I'd like to get more feedback before I commit this. I'm hoping to > > commit it next week so I can make a start on pushing numa awareness > > into KVA allocation and contigmalloc/busdma. > > > > Thanks! > > > > > > > > -adrian > > > > > > On 12 May 2015 at 18:32, Adrian Chadd wrote: > >> Hi, > >> > >> I'm at the point now where I think this part is done and I'd like to > >> get it more formally reviewed and ready for commit into -HEAD. > >> > >> Here's the branch: > >> > >> > https://github.com/freebsd/freebsd/compare/master...erikarn:local/adrian_numa_policy > >> > >> * added syscalls; > >> * added vm domain policy and iterators; > >> * per-process, per-thread and global system policy; > >> * added numactl - a tool to manipulate, fetch and start processes w/ > policies;; > >> * added manpages for everything above. > >> > >> It's working fine for a handful of people who have been testing it. > >> I'd like to get some more wider testing and reporting. > >> > >> I'd like to wrap this up in a formal phabricator review in the next > >> few days and kick start it along. > >> > >> Thanks! > >> > >> > >> -adrian > > _______________________________________________ > > freebsd-arch@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" > >