Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751940AbZL1Owb (ORCPT ); Mon, 28 Dec 2009 09:52:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751906AbZL1Owa (ORCPT ); Mon, 28 Dec 2009 09:52:30 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:41305 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbZL1Ow3 (ORCPT ); Mon, 28 Dec 2009 09:52:29 -0500 Subject: Re: [RFC 10/12][PATCH] SCHED_DEADLINE: group bandwidth management code From: Peter Zijlstra To: Raistlin Cc: linux-kernel , michael trimarchi , Fabio Checconi , Ingo Molnar , Thomas Gleixner , Dhaval Giani , Johan Eker , "p.faure" , Chris Friesen , Steven Rostedt , Henrik Austad , Frederic Weisbecker , Darren Hart , Sven-Thorsten Dietrich , Bjoern Brandenburg , Tommaso Cucinotta , "giuseppe.lipari" , Juri Lelli In-Reply-To: <1255708004.6228.466.camel@Palantir> References: <1255707324.6228.448.camel@Palantir> <1255708004.6228.466.camel@Palantir> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Dec 2009 15:51:12 +0100 Message-ID: <1262011872.7135.119.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 832 Lines: 19 On Fri, 2009-10-16 at 17:46 +0200, Raistlin wrote: > CPU Container Groups support for SCHED_DEADLINE is introduced by this commit. > > CGroups, if configured, have a SCHED_DEADLINE bandwidth, and it is enforced > that the sum of the bandwidths of entities (tasks and groups) belonging to > a group stays below its own bandwidth. No real comment on the code here, but since we have a deadline bandwidth reservation, should we not also couple to the existing rt (fifo) bandwidth reservation? We can't after all guarantee the FIFO time if there's deadline reservations around for more. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/