Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbaLEGZM (ORCPT ); Fri, 5 Dec 2014 01:25:12 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:53305 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607AbaLEGZI (ORCPT ); Fri, 5 Dec 2014 01:25:08 -0500 MIME-Version: 1.0 In-Reply-To: References: <547E3E57.3040908@ixiacom.com> <20141204175713.GE2995@htj.dyndns.org> <5480BFAA.2020106@ixiacom.com> <20141204205202.GP29748@ZenIV.linux.org.uk> <20141204211912.GG4080@htj.dyndns.org> Date: Fri, 5 Dec 2014 10:25:07 +0400 Message-ID: Subject: Re: [RFC v2] percpu: Add a separate function to merge free areas From: Konstantin Khlebnikov To: Christoph Lameter Cc: Tejun Heo , Al Viro , Leonard Crestez , "linux-mm@kvack.org" , Linux Kernel Mailing List , Sorin Dumitru Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 5, 2014 at 12:20 AM, Christoph Lameter wrote: > On Thu, 4 Dec 2014, Tejun Heo wrote: > >> Docker usage is pretty wide-spread now, making what used to be >> siberia-cold paths hot enough to cause actual scalability issues. >> Besides, we're now using percpu_ref for things like aio and cgroup >> control structures which can be created and destroyed quite >> frequently. I don't think we can say these are "weird" use cases >> anymore. > > Well then lets write a scalable percpu allocator. percpu allocator maybe be overkill but I think it's worth to make kmem_cache-like thing with pool of objects. > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org -- 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/