Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751316AbaLRPIY (ORCPT ); Thu, 18 Dec 2014 10:08:24 -0500 Received: from mail-ob0-f176.google.com ([209.85.214.176]:38102 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068AbaLRPIW (ORCPT ); Thu, 18 Dec 2014 10:08:22 -0500 MIME-Version: 1.0 In-Reply-To: References: <20141210163017.092096069@linux.com> <20141215075933.GD4898@js1304-P5Q-DELUXE> Date: Fri, 19 Dec 2014 00:08:21 +0900 Message-ID: Subject: Re: [PATCH 0/7] slub: Fastpath optimization (especially for RT) V1 From: Joonsoo Kim To: Christoph Lameter Cc: Joonsoo Kim , akpm@linuxfoundation.org, Steven Rostedt , LKML , Thomas Gleixner , Linux Memory Management List , Pekka Enberg , Jesper Dangaard Brouer Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2014-12-18 23:57 GMT+09:00 Christoph Lameter : > > On Thu, 18 Dec 2014, Joonsoo Kim wrote: >> > Good idea. How does this affect the !CONFIG_PREEMPT case? >> >> One more this_cpu_xxx makes fastpath slow if !CONFIG_PREEMPT. >> Roughly 3~5%. >> >> We can deal with each cases separately although it looks dirty. > > Ok maybe you can come up with a solution that is as clean as possible? Okay. Will do! Thanks. -- 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/