Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7307451imu; Thu, 31 Jan 2019 08:13:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN6aCp3nsLKz90oQHODNTqedwKly6bgLDAyK2WFc/J1PUhVkDoCJUlp5KFn/DJiKxDIMIO8m X-Received: by 2002:a17:902:f64:: with SMTP id 91mr35285703ply.132.1548951228228; Thu, 31 Jan 2019 08:13:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548951228; cv=none; d=google.com; s=arc-20160816; b=dEb/FrnKK8ZiUysdvuieHTREPhT9uyyes37gj8NHQmj/WXXuX1i9b3aBjz1IPNVF+r OdCLC7x1h5XkGwS9xQJgiGO/j6ynNHaDoI8nJvJ5HxW7U5lgTLv28v8UXNiEDID3OuD7 fSYmgxjHvHXK+9cJdmasiIt/zLBPdu632AhFVNmApXaDdHoTttbBc0Yy3dZI/umCXJ9G IL/jdknMoCgT4QB4lsSw+Kh07v5qWhQxexRccPmlRlEzAhHcKDg9dCCMA111Y1sFC7LY nY0bwdJ8Rctcu+z40K73Q6oSYYF4c92dcEtI2B4cvLi55CEYT5HnOro1+6ENUrw11pSO UTeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:openpgp:from:references:cc:to:subject; bh=3A9N4rgzDXUymfSjQeAImdz+wIjmslTXXVhxRazOPf4=; b=IK8+nNRTJjSEN+3cMUmUVkYcIiTV6xqQTujqD2ja8XccvnthJR/fbUF21Sfgt/45SV umNfZOcnPRRAE0cWf1uIozLtCPkH73UcuKUEULgQpoKjgHe+f+4w7bmqz2Hst2xoYI8O n8vaV3zVpaTeqs1ac1oX+aS6HF3bQgMKzKr1vQKO8sZRmKwddxILkXZflenpdignId9z SxrubsX/uACYd8g973zW3EqahWAs9ckCDksOFeoyw4Diox236M8b7PhzeMq5Q9nJzGha VVn7/y6ATsKaapJewhT9i2AFMd8mYBMDqDPbXnmA+7thnchJXtxpapzPA8q4L1AEJZSu W70A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k64si1669490pge.7.2019.01.31.08.13.32; Thu, 31 Jan 2019 08:13:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388160AbfAaQLH (ORCPT + 99 others); Thu, 31 Jan 2019 11:11:07 -0500 Received: from mx2.suse.de ([195.135.220.15]:55710 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726355AbfAaQLG (ORCPT ); Thu, 31 Jan 2019 11:11:06 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8D640B01C; Thu, 31 Jan 2019 16:11:04 +0000 (UTC) Subject: Re: [PATCH 22/22] mm, compaction: Capture a page under direct compaction To: Mel Gorman , Andrew Morton Cc: David Rientjes , Andrea Arcangeli , Linux List Kernel Mailing , Linux-MM References: <20190118175136.31341-1-mgorman@techsingularity.net> <20190118175136.31341-23-mgorman@techsingularity.net> From: Vlastimil Babka Openpgp: preference=signencrypt Message-ID: <2124d934-0678-6a4b-9991-7450b1e4e39a@suse.cz> Date: Thu, 31 Jan 2019 17:11:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190118175136.31341-23-mgorman@techsingularity.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/18/19 6:51 PM, Mel Gorman wrote: > Compaction is inherently race-prone as a suitable page freed during > compaction can be allocated by any parallel task. This patch uses a > capture_control structure to isolate a page immediately when it is freed > by a direct compactor in the slow path of the page allocator. The intent > is to avoid redundant scanning. > > 5.0.0-rc1 5.0.0-rc1 > selective-v3r17 capture-v3r19 > Amean fault-both-1 0.00 ( 0.00%) 0.00 * 0.00%* > Amean fault-both-3 2582.11 ( 0.00%) 2563.68 ( 0.71%) > Amean fault-both-5 4500.26 ( 0.00%) 4233.52 ( 5.93%) > Amean fault-both-7 5819.53 ( 0.00%) 6333.65 ( -8.83%) > Amean fault-both-12 9321.18 ( 0.00%) 9759.38 ( -4.70%) > Amean fault-both-18 9782.76 ( 0.00%) 10338.76 ( -5.68%) > Amean fault-both-24 15272.81 ( 0.00%) 13379.55 * 12.40%* > Amean fault-both-30 15121.34 ( 0.00%) 16158.25 ( -6.86%) > Amean fault-both-32 18466.67 ( 0.00%) 18971.21 ( -2.73%) > > Latency is only moderately affected but the devil is in the details. > A closer examination indicates that base page fault latency is reduced > but latency of huge pages is increased as it takes creater care to > succeed. Part of the "problem" is that allocation success rates are close > to 100% even when under pressure and compaction gets harder > > 5.0.0-rc1 5.0.0-rc1 > selective-v3r17 capture-v3r19 > Percentage huge-3 96.70 ( 0.00%) 98.23 ( 1.58%) > Percentage huge-5 96.99 ( 0.00%) 95.30 ( -1.75%) > Percentage huge-7 94.19 ( 0.00%) 97.24 ( 3.24%) > Percentage huge-12 94.95 ( 0.00%) 97.35 ( 2.53%) > Percentage huge-18 96.74 ( 0.00%) 97.30 ( 0.58%) > Percentage huge-24 97.07 ( 0.00%) 97.55 ( 0.50%) > Percentage huge-30 95.69 ( 0.00%) 98.50 ( 2.95%) > Percentage huge-32 96.70 ( 0.00%) 99.27 ( 2.65%) > > And scan rates are reduced as expected by 6% for the migration scanner > and 29% for the free scanner indicating that there is less redundant work. > > Compaction migrate scanned 20815362 19573286 > Compaction free scanned 16352612 11510663 > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka Nit below: ... > @@ -819,6 +870,7 @@ static inline void __free_one_page(struct page *page, > unsigned long uninitialized_var(buddy_pfn); > struct page *buddy; > unsigned int max_order; > + struct capture_control *capc = task_capc(zone); > > max_order = min_t(unsigned int, MAX_ORDER, pageblock_order + 1); > > @@ -834,6 +886,12 @@ static inline void __free_one_page(struct page *page, > > continue_merging: > while (order < max_order - 1) { > + if (compaction_capture(capc, page, order, migratetype)) { > + if (likely(!is_migrate_isolate(migratetype))) compaction_capture() won't act on isolated migratetype, so this check is unnecessary? > + __mod_zone_freepage_state(zone, -(1 << order), > + migratetype); > + return; > + } > buddy_pfn = __find_buddy_pfn(pfn, order); > buddy = page + (buddy_pfn - pfn); >