From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 253D1C05027 for ; Thu, 26 Jan 2023 18:38:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232102AbjAZSiP (ORCPT ); Thu, 26 Jan 2023 13:38:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231557AbjAZSiI (ORCPT ); Thu, 26 Jan 2023 13:38:08 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5560B49415 for ; Thu, 26 Jan 2023 10:37:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674758234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GCnG7e8Wg2ZPkYk2BgwcAsCpETyBPYzxTKI98DQimBw=; b=RLMPfmutVWcQ8VoMDSVUNbDQJE0pUMKv8dXM7DGY+cV1KPb78dhEeDeM7h/vr666qnb9sv 50ZQUWshZJev3jagPnfFNQbYVSIS1d+7r0OXqDNWkUYoMU2oCvQDIqy5W1pxsQuRlTKx90 +0AZE5JEETenMYcwsvvLbTKt/WetG+Q= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-321-DfgxT9p-Or6OJ0aCbIzH7w-1; Thu, 26 Jan 2023 13:37:13 -0500 X-MC-Unique: DfgxT9p-Or6OJ0aCbIzH7w-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7980185D062; Thu, 26 Jan 2023 18:37:12 +0000 (UTC) Received: from tpad.localdomain (ovpn-112-3.gru2.redhat.com [10.97.112.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3D89340C2064; Thu, 26 Jan 2023 18:37:12 +0000 (UTC) Received: by tpad.localdomain (Postfix, from userid 1000) id 0FC7140975B20; Thu, 26 Jan 2023 15:19:45 -0300 (-03) Date: Thu, 26 Jan 2023 15:19:45 -0300 From: Marcelo Tosatti To: Roman Gushchin Cc: Leonardo =?iso-8859-1?Q?Br=E1s?= , Michal Hocko , Johannes Weiner , Shakeel Butt , Muchun Song , Andrew Morton , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining Message-ID: References: <20230125073502.743446-1-leobras@redhat.com> <9e61ab53e1419a144f774b95230b789244895424.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 03:14:48PM -0800, Roman Gushchin wrote: > On Wed, Jan 25, 2023 at 03:22:00PM -0300, Marcelo Tosatti wrote: > > On Wed, Jan 25, 2023 at 08:06:46AM -0300, Leonardo Brás wrote: > > > On Wed, 2023-01-25 at 09:33 +0100, Michal Hocko wrote: > > > > On Wed 25-01-23 04:34:57, Leonardo Bras wrote: > > > > > Disclaimer: > > > > > a - The cover letter got bigger than expected, so I had to split it in > > > > > sections to better organize myself. I am not very confortable with it. > > > > > b - Performance numbers below did not include patch 5/5 (Remove flags > > > > > from memcg_stock_pcp), which could further improve performance for > > > > > drain_all_stock(), but I could only notice the optimization at the > > > > > last minute. > > > > > > > > > > > > > > > 0 - Motivation: > > > > > On current codebase, when drain_all_stock() is ran, it will schedule a > > > > > drain_local_stock() for each cpu that has a percpu stock associated with a > > > > > descendant of a given root_memcg. > > Do you know what caused those drain_all_stock() calls? I wonder if we should look > into why we have many of them and whether we really need them? > > It's either some user's actions (e.g. reducing memory.max), either some memcg > is entering pre-oom conditions. In the latter case a lot of drain calls can be > scheduled without a good reason (assuming the cgroup contain multiple tasks running > on multiple cpus). Essentially each cpu will try to grab the remains of the memory quota > and move it locally. I wonder in such circumstances if we need to disable the pcp-caching > on per-cgroup basis. > > Generally speaking, draining of pcpu stocks is useful only if an idle cpu is holding some > charges/memcg references (it might be not completely idle, but running some very special > workload which is not doing any kernel allocations or a process belonging to the root memcg). > In all other cases pcpu stock will be either drained naturally by an allocation from another > memcg or an allocation from the same memcg will "restore" it, making draining useless. > > We also can into drain_all_pages() opportunistically, without waiting for the result. > On a busy system it's most likely useless, we might oom before scheduled works will be executed. > > I admit I planned to do some work around and even started, but then never had enough time to > finish it. > > Overall I'm somewhat resistant to an idea of making generic allocation & free paths slower > for an improvement of stock draining. It's not a strong objection, but IMO we should avoid > doing this without a really strong reason. The expectation would be that cache locking should not cause slowdown of the allocation and free paths: https://manualsbrain.com/en/manuals/1246877/?page=313 For the P6 and more recent processor families, if the area of memory being locked during a LOCK operation is cached in the processor that is performing the LOCK oper- ation as write-back memory and is completely contained in a cache line, the processor may not assert the LOCK# signal on the bus. Instead, it will modify the memory location internally and allow it’s cache coherency mechanism to insure that the operation is carried out atomically. This operation is called “cache locking.” The cache coherency mechanism automatically prevents two or more processors that ...