Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2475860imu; Sat, 10 Nov 2018 16:03:13 -0800 (PST) X-Google-Smtp-Source: AJdET5dTloB/W+2eYR+mMobYZzyKmQ9c2TOsSCe7EMMitOs/aAZYSOn8AVwSIyc287188mGhqvjE X-Received: by 2002:a17:902:8a8e:: with SMTP id p14-v6mr14308119plo.133.1541894593135; Sat, 10 Nov 2018 16:03:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541894593; cv=none; d=google.com; s=arc-20160816; b=EabpELQ9fdxP9y9v0KkSn4KxiruzN1ZgsLwtsOp/lismk+A5+hCGgDDzl6euXJ9X8j 6e7A8n6YKYMIEua6ZFk8Rl29JcInApeAil5yiZVSNTVW8quex1molzon5pdWiXvDwmOZ AKel7ZYk0d6f6ousIyhUQTGxwHxFx5YzELTyJC2RGNUBFM+81hMaB/7Wlw24IN+6aQ0U JN06eJNE34gqGNO2ah0BaaaPiao+s/n/tm2TlQg3UPJk/9F9ytPJ/9AGyvUrd9tNh018 byyrN/3elsJt50DxhrSkSDkduFTc8iLbYcty2gxxLGx+BWkGY9MGnnJIYr1dJ/sIA6fZ 9qTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=X80GFpAsndsmjsNgDIc0QEcQa4gISz8DhLaybn2ScII=; b=AlN+fujROcpNL5fiyAN9Myj2OAz3RT9y9qqsWF0w+AyeHGsGKSfqoFa7UV8bAD8oCg xZGUlFv72wDSCDD6PfW/v7B2q1n/HV25IkP7Gh9VOdHn0IZZDDdzcEg9QWlRyYTwbJ6n FnMSYX3i+ypac6XR1zrHXvGIw4EcGOKbpB+CiAxolmlj2uOz6zyRxcnGwZLzxvoXpfql 2PeXVGJ4R/JPOqxt2ahzniAHCp4W1w8+hSQyNHsU2gP2ZuOWVcZL2IuizkIY0bFZvnTA UwaFuRWDYP5QElJi+6GoVn22vx2J0IgXVGwQcaSLm2abOJImLp/PHyaqopR5PKcxnvh6 gTfA== 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 e17-v6si10750340pgb.19.2018.11.10.16.02.57; Sat, 10 Nov 2018 16:03:13 -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 S1726898AbeKKJtW (ORCPT + 99 others); Sun, 11 Nov 2018 04:49:22 -0500 Received: from smtp7.iq.pl ([86.111.240.244]:59680 "EHLO smtp7.iq.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725896AbeKKJtW (ORCPT ); Sun, 11 Nov 2018 04:49:22 -0500 X-Greylist: delayed 487 seconds by postgrey-1.27 at vger.kernel.org; Sun, 11 Nov 2018 04:49:19 EST Received: from [192.168.2.200] (unknown [185.78.72.18]) (Authenticated sender: pstaszewski@itcare.pl) by smtp.iq.pl (Postfix) with ESMTPSA id 42sv4w5wcNz3wfg; Sun, 11 Nov 2018 00:54:24 +0100 (CET) Subject: Re: [PATCH 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free() To: Alexander Duyck , aaron.lu@intel.com Cc: linux-mm , LKML , Netdev , Andrew Morton , Jesper Dangaard Brouer , Eric Dumazet , Tariq Toukan , ilias.apalodimas@linaro.org, yoel@kviknet.dk, Mel Gorman , Saeed Mahameed , Michal Hocko , Vlastimil Babka , dave.hansen@linux.intel.com References: <20181105085820.6341-1-aaron.lu@intel.com> From: =?UTF-8?Q?Pawe=c5=82_Staszewski?= Message-ID: Date: Sun, 11 Nov 2018 00:54:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: pl Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org W dniu 05.11.2018 o 16:44, Alexander Duyck pisze: > On Mon, Nov 5, 2018 at 12:58 AM Aaron Lu wrote: >> page_frag_free() calls __free_pages_ok() to free the page back to >> Buddy. This is OK for high order page, but for order-0 pages, it >> misses the optimization opportunity of using Per-Cpu-Pages and can >> cause zone lock contention when called frequently. >> >> Paweł Staszewski recently shared his result of 'how Linux kernel >> handles normal traffic'[1] and from perf data, Jesper Dangaard Brouer >> found the lock contention comes from page allocator: >> >> mlx5e_poll_tx_cq >> | >> --16.34%--napi_consume_skb >> | >> |--12.65%--__free_pages_ok >> | | >> | --11.86%--free_one_page >> | | >> | |--10.10%--queued_spin_lock_slowpath >> | | >> | --0.65%--_raw_spin_lock >> | >> |--1.55%--page_frag_free >> | >> --1.44%--skb_release_data >> >> Jesper explained how it happened: mlx5 driver RX-page recycle >> mechanism is not effective in this workload and pages have to go >> through the page allocator. The lock contention happens during >> mlx5 DMA TX completion cycle. And the page allocator cannot keep >> up at these speeds.[2] >> >> I thought that __free_pages_ok() are mostly freeing high order >> pages and thought this is an lock contention for high order pages >> but Jesper explained in detail that __free_pages_ok() here are >> actually freeing order-0 pages because mlx5 is using order-0 pages >> to satisfy its page pool allocation request.[3] >> >> The free path as pointed out by Jesper is: >> skb_free_head() >> -> skb_free_frag() >> -> skb_free_frag() >> -> page_frag_free() >> And the pages being freed on this path are order-0 pages. >> >> Fix this by doing similar things as in __page_frag_cache_drain() - >> send the being freed page to PCP if it's an order-0 page, or >> directly to Buddy if it is a high order page. >> >> With this change, Paweł hasn't noticed lock contention yet in >> his workload and Jesper has noticed a 7% performance improvement >> using a micro benchmark and lock contention is gone. >> >> [1]: https://www.spinics.net/lists/netdev/msg531362.html >> [2]: https://www.spinics.net/lists/netdev/msg531421.html >> [3]: https://www.spinics.net/lists/netdev/msg531556.html >> Reported-by: Paweł Staszewski >> Analysed-by: Jesper Dangaard Brouer >> Signed-off-by: Aaron Lu >> --- >> mm/page_alloc.c | 10 ++++++++-- >> 1 file changed, 8 insertions(+), 2 deletions(-) >> >> diff --git a/mm/page_alloc.c b/mm/page_alloc.c >> index ae31839874b8..91a9a6af41a2 100644 >> --- a/mm/page_alloc.c >> +++ b/mm/page_alloc.c >> @@ -4555,8 +4555,14 @@ void page_frag_free(void *addr) >> { >> struct page *page = virt_to_head_page(addr); >> >> - if (unlikely(put_page_testzero(page))) >> - __free_pages_ok(page, compound_order(page)); >> + if (unlikely(put_page_testzero(page))) { >> + unsigned int order = compound_order(page); >> + >> + if (order == 0) >> + free_unref_page(page); >> + else >> + __free_pages_ok(page, order); >> + } >> } >> EXPORT_SYMBOL(page_frag_free); >> > One thing I would suggest for Pawel to try would be to reduce the Tx > qdisc size on his transmitting interfaces, Reduce the Tx ring size, > and possibly increase the Tx interrupt rate. Ideally we shouldn't have > too many packets in-flight and I suspect that is the issue that Pawel > is seeing that is leading to the page pool allocator freeing up the > memory. I know we like to try to batch things but the issue is > processing too many Tx buffers in one batch leads to us eating up too > much memory and causing evictions from the cache. Ideally the Rx and > Tx rings and queues should be sized as small as possible while still > allowing us to process up to our NAPI budget. Usually I run things > with a 128 Rx / 128 Tx setup and then reduce the Tx queue length so we > don't have more buffers stored there than we can place in the Tx ring. > Then we can avoid the extra thrash of having to pull/push memory into > and out of the freelists. Essentially the issue here ends up being > another form of buffer bloat. Thanks Aleksandar - yes it can be - but in my scenario setting RX buffer <4096 producing more interface rx drops - and no_rx_buffer on network controller that is receiving more packets So i need to stick with 3000-4000 on RX - and yes i was trying to lower the TX buff on connectx4 - but that changed nothing before Aaron patch After Aaron patch - decreasing TX buffer influencing total bandwidth that can be handled by the router/server Dono why before this patch there was no difference there no matter what i set there there was always page_alloc/slowpath on top in perf Currently testing RX4096/TX256 - this helps with bandwidth like +10% more bandwidth with less interrupts... > > With that said this change should be mostly harmless and does address > the fact that we can have both regular order 0 pages and page frags > used for skb->head. > > Acked-by: Alexander Duyck >