Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757159Ab0GIOcw (ORCPT ); Fri, 9 Jul 2010 10:32:52 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:47592 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756946Ab0GIOcv convert rfc822-to-8bit (ORCPT ); Fri, 9 Jul 2010 10:32:51 -0400 Subject: Re: periods and deadlines in SCHED_DEADLINE From: Peter Zijlstra To: Raistlin Cc: linux-kernel , Song Yuan , Dmitry Adamushko , Thomas Gleixner , Nicola Manica , Luca Abeni , Claudio Scordino , Harald Gustafsson , Bjoern Brandenburg , bastoni@cs.unc.edu, Giuseppe Lipari In-Reply-To: <1278682707.6083.227.camel@Palantir> References: <1278682707.6083.227.camel@Palantir> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 09 Jul 2010 16:32:31 +0200 Message-ID: <1278685951.1900.215.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 22 On Fri, 2010-07-09 at 15:38 +0200, Raistlin wrote: > - do you think it could be useful to have a different syscall to deal > with the period parameter (if it's different from deadline), e.g., > something useful to make the task periodic as you have (if I remember > well) in Xenomai or RTAI? > If you think it's worth doing that, do you think the > task_wait_interval() syscall that we already added could/should do > the job? Again, I'm afraid I need some extra education here in order to make a sensible comment. What are the exact semantics of this extra proposed syscall? What exactly are the benefits over not having it, and simply rely on the task to not wake up more often, but if it does have it run into the lack of budget and sort it that way? -- 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/