From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755771AbcECIuZ (ORCPT ); Tue, 3 May 2016 04:50:25 -0400 Received: from merlin.infradead.org ([205.233.59.134]:51967 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755757AbcECIuW (ORCPT ); Tue, 3 May 2016 04:50:22 -0400 Date: Tue, 3 May 2016 10:50:16 +0200 From: Peter Zijlstra To: Yuyang Du Cc: mingo@kernel.org, linux-kernel@vger.kernel.org, bsegall@google.com, pjt@google.com, morten.rasmussen@arm.com, vincent.guittot@linaro.org, dietmar.eggemann@arm.com, juri.lelli@arm.com Subject: Re: [PATCH v2 06/12] documentation: Add scheduler/sched-avg.txt Message-ID: <20160503085016.GJ3430@twins.programming.kicks-ass.net> References: <1462226078-31904-1-git-send-email-yuyang.du@intel.com> <1462226078-31904-7-git-send-email-yuyang.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462226078-31904-7-git-send-email-yuyang.du@intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 03, 2016 at 05:54:32AM +0800, Yuyang Du wrote: > This doc file has the programs to generate the constants to compute > sched averages. > > Signed-off-by: Yuyang Du > --- > Documentation/scheduler/sched-avg.txt | 137 +++++++++++++++++++++++++++++++++ > 1 file changed, 137 insertions(+) > create mode 100644 Documentation/scheduler/sched-avg.txt > > diff --git a/Documentation/scheduler/sched-avg.txt b/Documentation/scheduler/sched-avg.txt > new file mode 100644 > index 0000000..ae4132f > --- /dev/null > +++ b/Documentation/scheduler/sched-avg.txt > @@ -0,0 +1,137 @@ > +The following programs are used to generate the constants for > +computing sched averages. > + > +============================================================== > + C program (compile with -lm) > +============================================================== > +============================================================== > + Python script if you speak snake > +============================================================== Please do not put two programs in one file. Also, I think I would prefer it to be one program; having two just means they can drift apart and create confusion.