From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbdG0Tvm (ORCPT ); Thu, 27 Jul 2017 15:51:42 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:38909 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbdG0Tvk (ORCPT ); Thu, 27 Jul 2017 15:51:40 -0400 Date: Thu, 27 Jul 2017 15:51:36 -0400 From: Tejun Heo To: lizefan@huawei.com, hannes@cmpxchg.org, peterz@infradead.org, mingo@redhat.com, longman@redhat.com Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, pjt@google.com, luto@amacapital.net, efault@gmx.de, torvalds@linux-foundation.org, guro@fb.com Subject: Re: [PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller Message-ID: <20170727195136.GK742618@devbig577.frc2.facebook.com> References: <20170720184808.1433868-1-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170720184808.1433868-1-tj@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Jul 20, 2017 at 02:48:06PM -0400, Tejun Heo wrote: > These are two patches to implement the cgroup2 CPU controller > interface. It's separated from the [L] previous version of combined > cgroup2 threaded mode + CPU controller patchset. > > * "cpu.weight.nice" added which allows reading and setting weights > using nice values so that it's easier to configure when threaded > cgroups are competing against threads. > > * Doc and other misc updates. > > 0001-sched-Misc-preps-for-cgroup-unified-hierarchy-interf.patch > 0002-sched-Implement-interface-for-cgroup-unified-hierarc.patch Ping. Any comments on the proposed interface? Thanks! -- tejun