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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7BE12C433EF for ; Tue, 21 Dec 2021 08:51:02 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id DA3EC6B0078; Tue, 21 Dec 2021 03:51:01 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id D51B56B007B; Tue, 21 Dec 2021 03:51:01 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C19286B007D; Tue, 21 Dec 2021 03:51:01 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0143.hostedemail.com [216.40.44.143]) by kanga.kvack.org (Postfix) with ESMTP id AE75D6B0078 for ; Tue, 21 Dec 2021 03:51:01 -0500 (EST) Received: from smtpin05.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 63BE88249980 for ; Tue, 21 Dec 2021 08:51:01 +0000 (UTC) X-FDA: 78941181522.05.64309D9 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by imf21.hostedemail.com (Postfix) with ESMTP id F13501C003B for ; Tue, 21 Dec 2021 08:50:56 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id A474368AFE; Tue, 21 Dec 2021 09:50:54 +0100 (CET) Date: Tue, 21 Dec 2021 09:50:51 +0100 From: Christoph Hellwig To: Baoquan He Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, corbet@lwn.net, hch@lst.de, cl@linux.com Subject: Re: [PATCH 1/2] docs: kernel-parameters: Update to reflect the current default size of atomic pool Message-ID: <20211221085051.GA7439@lst.de> References: <20211217090827.101938-1-bhe@redhat.com> <20211217090827.101938-2-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211217090827.101938-2-bhe@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: F13501C003B X-Stat-Signature: ncy56gf8owjaygxxwjhkfowpi851ha1j Authentication-Results: imf21.hostedemail.com; dkim=none; spf=none (imf21.hostedemail.com: domain of hch@lst.de has no SPF policy when checking 213.95.11.211) smtp.mailfrom=hch@lst.de; dmarc=none X-Rspamd-Server: rspam10 X-HE-Tag: 1640076656-614742 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Dec 17, 2021 at 05:08:26PM +0800, Baoquan He wrote: > Since commit 1d659236fb43("dma-pool: scale the default DMA coherent pool > size with memory capacity"), the default size of atomic pool has been > changed to take by scaling with system memory capacity. So update the > document in kerenl-parameter.txt accordingly. Looks good, Reviewed-by: Christoph Hellwig