From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Subject: Re: [PATCH 3/4] cpufreq: New 'interactive' governor Date: Thu, 9 Feb 2012 04:32:43 +0400 Message-ID: <20120209003243.GA24602@oksana.dev.rtsoft.ru> References: <20120208013959.GA24535@panacea> <20120208014437.GC459@panacea> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Vincent Guittot Cc: Ingo Molnar , Peter Zijlstra , Dave Jones , Russell King , Oleg Nesterov , Benjamin Herrenschmidt , "Paul E. McKenney" , Nicolas Pitre , Mike Chan , Todd Poynor , cpufreq@vger.kernel.org, kernel-team@android.com, linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Hello Vincent, On Wed, Feb 08, 2012 at 03:00:59PM -0800, Vincent Guittot wrote: > Have you got some figures which shows the improvement of the > responsivness compared to other governor like the ondemand one ? > That could be interesting to test interactive governor with > cpufreq-bench and compare the results with ondemand ? I don't have any numbers handy, but no doubt the governor brings some improvements which you can see on a real device. Anyway, the point of sending out these RFC patches was to get a technical review of the approach, because there's no much point in pushing the code that isn't acceptable on technical merits, no matter how better numbers it might give. And scheduler folks aren't happy on the whole approach, so I guess we should go back to the drawing board. :-) Thanks, p.s. Sure, in the end we'll have to measure 'interactive' vs. 'ondemand' vs. 'newapproach'. And maybe now it's time to actually measure 'interactive' governor in numbers... I'll get back to this thread when I get the numbers. -- Anton Vorontsov Email: cbouatmailru@gmail.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: anton.vorontsov@linaro.org (Anton Vorontsov) Date: Thu, 9 Feb 2012 04:32:43 +0400 Subject: [PATCH 3/4] cpufreq: New 'interactive' governor In-Reply-To: References: <20120208013959.GA24535@panacea> <20120208014437.GC459@panacea> Message-ID: <20120209003243.GA24602@oksana.dev.rtsoft.ru> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Vincent, On Wed, Feb 08, 2012 at 03:00:59PM -0800, Vincent Guittot wrote: > Have you got some figures which shows the improvement of the > responsivness compared to other governor like the ondemand one ? > That could be interesting to test interactive governor with > cpufreq-bench and compare the results with ondemand ? I don't have any numbers handy, but no doubt the governor brings some improvements which you can see on a real device. Anyway, the point of sending out these RFC patches was to get a technical review of the approach, because there's no much point in pushing the code that isn't acceptable on technical merits, no matter how better numbers it might give. And scheduler folks aren't happy on the whole approach, so I guess we should go back to the drawing board. :-) Thanks, p.s. Sure, in the end we'll have to measure 'interactive' vs. 'ondemand' vs. 'newapproach'. And maybe now it's time to actually measure 'interactive' governor in numbers... I'll get back to this thread when I get the numbers. -- Anton Vorontsov Email: cbouatmailru at gmail.com