Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537AbbLCUDb (ORCPT ); Thu, 3 Dec 2015 15:03:31 -0500 Received: from casper.infradead.org ([85.118.1.10]:39254 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753485AbbLCUD3 (ORCPT ); Thu, 3 Dec 2015 15:03:29 -0500 Date: Thu, 3 Dec 2015 21:03:25 +0100 From: Peter Zijlstra To: Waiman Long Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Yuyang Du , Paul Turner , Ben Segall , Morten Rasmussen , Scott J Norton , Douglas Hatch Subject: Re: [PATCH v2 2/3] sched/fair: Move hot load_avg into its own cacheline Message-ID: <20151203200325.GU17308@twins.programming.kicks-ass.net> References: <1449081710-20185-1-git-send-email-Waiman.Long@hpe.com> <1449081710-20185-3-git-send-email-Waiman.Long@hpe.com> <20151203111209.GX3816@twins.programming.kicks-ass.net> <56609E75.4080407@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56609E75.4080407@hpe.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 Content-Length: 686 Lines: 16 On Thu, Dec 03, 2015 at 02:56:37PM -0500, Waiman Long wrote: > > #ifdef CONFIG_CGROUP_SCHED > >+ task_group_cache = KMEM_CACHE(task_group, 0); > >+ > Thanks for making that change. > > Do we need to add the flag SLAB_HWCACHE_ALIGN? Or we could make a helper > flag that define SLAB_HWCACHE_ALIGN if CONFIG_FAIR_GROUP_SCHED is defined. > Other than that, I am fine with the change. I don't think we need that, see my reply earlier to Ben. -- 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/