Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbbEZAtw (ORCPT ); Mon, 25 May 2015 20:49:52 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34850 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbbEZAtu (ORCPT ); Mon, 25 May 2015 20:49:50 -0400 Date: Tue, 26 May 2015 02:49:41 +0200 From: Andrea Parri To: peterz@infradead.org Cc: juri.lelli@arm.com, henrik@austad.us, mingo@kernel.org, luca.abeni@unitn.it, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH] Documentation/scheduler/sched-deadline.txt: fix schedtool's time-units Message-ID: <20150526004941.GA8521@andrea> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Content-Length: 1153 Lines: 27 Use the proper time-units for schedtool's reservation parameters. Signed-off-by: Andrea Parri --- Documentation/scheduler/sched-deadline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/scheduler/sched-deadline.txt b/Documentation/scheduler/sched-deadline.txt index 21461a0..9e8ca8c 100644 --- a/Documentation/scheduler/sched-deadline.txt +++ b/Documentation/scheduler/sched-deadline.txt @@ -393,7 +393,7 @@ Appendix A. Test suite # schedtool -E -t 10000000:100000000 -e ./my_cpuhog_app With this, my_cpuhog_app is put to run inside a SCHED_DEADLINE reservation - of 10ms every 100ms (note that parameters are expressed in microseconds). + of 10ms every 100ms (note that parameters are expressed in nanoseconds). You can also use schedtool to create a reservation for an already running application, given that you know its pid: -- 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/