From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754070AbcHSM7C (ORCPT ); Fri, 19 Aug 2016 08:59:02 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:42584 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbcHSM7B (ORCPT ); Fri, 19 Aug 2016 08:59:01 -0400 Date: Fri, 19 Aug 2016 14:58:19 +0200 From: Peter Zijlstra To: Tommaso Cucinotta Cc: Luca Abeni , Juri Lelli , Ingo Molnar , linux-kernel@vger.kernel.org, linux-dl@retis.sssup.it Subject: Re: SCHED_DEADLINE cpudeadline.{h,c} fixup Message-ID: <20160819125819.GF10121@twins.programming.kicks-ass.net> References: <1468880275-4338-1-git-send-email-tommaso.cucinotta@sssup.it> <1471184828-12644-1-git-send-email-tommaso.cucinotta@sssup.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471184828-12644-1-git-send-email-tommaso.cucinotta@sssup.it> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 14, 2016 at 04:27:05PM +0200, Tommaso Cucinotta wrote: > Hi, > > this is a rework of the cpudeadline bugfix and speed-up patch-set, that > integrates all comments received so far from Luca, Juri and Peter. > > Compared with the previous post, here: > -) I'm keeping out the minimally invasive bugfix, as it's already been > merged in tip/sched/core > -) I moved some little code refactory around change_key_dl() out of the > (now) 2nd patch, to the 1st one. Now the 2nd (speed-up) patch just > changes the heapify_up/down() functions > -) I rebased on top of commit f0b22e39 > -) I repeated an extensive set of tests through the framework published > separately at: https://github.com/tomcucinotta/cpudl-bench > repeating new no-behavior-change tests, new heap-consistency tests, > and new a/b benchmarks (I'm working on a new i5 laptop now), results at: > https://github.com/tomcucinotta/cpudl-bench/blob/master/cpudl-100000.pdf > highlighting up to a 14% speed-up when averaging over 100K ops. See the > enclosed README in that repo for more info. Thanks!