From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770Ab2GDPsr (ORCPT ); Wed, 4 Jul 2012 11:48:47 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:35688 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754340Ab2GDPso (ORCPT ); Wed, 4 Jul 2012 11:48:44 -0400 MIME-Version: 1.0 In-Reply-To: <1341415579.2583.2134.camel@edumazet-glaptop> References: <1340389359-2407-1-git-send-email-js1304@gmail.com> <1340390729-2821-1-git-send-email-js1304@gmail.com> <1341415579.2583.2134.camel@edumazet-glaptop> Date: Thu, 5 Jul 2012 00:48:43 +0900 Message-ID: Subject: Re: [PATCH 1/3 v2] slub: prefetch next freelist pointer in __slab_alloc() From: JoonSoo Kim To: Eric Dumazet Cc: Pekka Enberg , Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org, David Rientjes Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2012/7/5 Eric Dumazet : > Its the slow path. I am not convinced its useful on real workloads (not > a benchmark) > > I mean, if a workload hits badly slow path, some more important work > should be done to avoid this at a higher level. > In hackbench test, fast path allocation is about to 93%. Is it insufficient? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx148.postini.com [74.125.245.148]) by kanga.kvack.org (Postfix) with SMTP id E624E6B0074 for ; Wed, 4 Jul 2012 11:48:44 -0400 (EDT) Received: by obhx4 with SMTP id x4so9321837obh.14 for ; Wed, 04 Jul 2012 08:48:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1341415579.2583.2134.camel@edumazet-glaptop> References: <1340389359-2407-1-git-send-email-js1304@gmail.com> <1340390729-2821-1-git-send-email-js1304@gmail.com> <1341415579.2583.2134.camel@edumazet-glaptop> Date: Thu, 5 Jul 2012 00:48:43 +0900 Message-ID: Subject: Re: [PATCH 1/3 v2] slub: prefetch next freelist pointer in __slab_alloc() From: JoonSoo Kim Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-linux-mm@kvack.org List-ID: To: Eric Dumazet Cc: Pekka Enberg , Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org, David Rientjes 2012/7/5 Eric Dumazet : > Its the slow path. I am not convinced its useful on real workloads (not > a benchmark) > > I mean, if a workload hits badly slow path, some more important work > should be done to avoid this at a higher level. > In hackbench test, fast path allocation is about to 93%. Is it insufficient? -- 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