From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753437Ab1IZBrW (ORCPT ); Sun, 25 Sep 2011 21:47:22 -0400 Received: from mga03.intel.com ([143.182.124.21]:18896 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142Ab1IZBrV (ORCPT ); Sun, 25 Sep 2011 21:47:21 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,441,1312182000"; d="scan'208";a="55486944" Subject: Re: [PATCH 4/5] mm: Only IPI CPUs to drain local pages if they exist From: Shaohua Li To: Gilad Ben-Yossef Cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra , Frederic Weisbecker , Russell King , Chris Metcalf , "linux-mm@kvack.org" , Christoph Lameter , Pekka Enberg , Matt Mackall In-Reply-To: <1316940890-24138-5-git-send-email-gilad@benyossef.com> References: <1316940890-24138-1-git-send-email-gilad@benyossef.com> <1316940890-24138-5-git-send-email-gilad@benyossef.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 26 Sep 2011 09:52:04 +0800 Message-ID: <1317001924.29510.160.camel@sli10-conroe> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2011-09-25 at 16:54 +0800, Gilad Ben-Yossef wrote: > Use a cpumask to track CPUs with per-cpu pages in any zone > and only send an IPI requesting CPUs to drain these pages > to the buddy allocator if they actually have pages. Did you have evaluation why the fine-grained ipi is required? I suppose every CPU has local pages here.