From patchwork Wed Feb 3 21:18:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 87707 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6E9BA0A0E; Wed, 3 Feb 2021 22:19:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 667772404D5; Wed, 3 Feb 2021 22:19:04 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 085582404A9 for ; Wed, 3 Feb 2021 22:19:02 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 458045C010D; Wed, 3 Feb 2021 16:19:01 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 03 Feb 2021 16:19:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=ex2Quzx7FnwptKOo70PYSeALv4 2v58WEkxPXpZm567o=; b=PpPB0C6kirFj6UFDBvxLPN7SQ5RDrRrimOVGcNImOo HBMe3SjSQ2DvPKu+Byyxc6xnwDgUEFnDVIcbCocCecWufDGpcvJaVlfMaWyoVpPR i+UYP2sebdYDklYnnkDK1P6SkTaP11Kdd1iSSLz5xTRP+BFXYC8OzHSQSaxH6Knx UwURR0l6SXa69inW8opESNQv5bwPhOid7LicyH6DZMrlPmeBTGZTKPOs0nNkIhEM IshUNurA7nvO8KsSHL5q1h7z7jvEhBQn6aKkvsy7sFKgYauzaq0SmX/19ME1r0ns oN/jPCL2hud0x4zlKDdwLuUvuIPo0j8AcPx0EZrEwu+Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ex2Quzx7FnwptKOo7 0PYSeALv42v58WEkxPXpZm567o=; b=besREsF7+iJLtorH+ETmJbQCYC5VRxe7B hXSFaDbPPyXFDCZ0al4RRi7JVtDFEvSirJjuDBrXoDlr+KkE86rkeTFJ6pa3JWYN 2BC3reu1W5tTYzTbPmkrP3oXk5pdbSPr/WzBfZyJR0RVD1m4mDp+gx3LmLVY2gSW 6JU/RCkdzQc5f4bZnHSWJsAHS05YpbedKOnyzw43luhA0NkV03L+d/hzNMpDORxG uZlQju02fmVl0Fl7rd546zWtoGNgyNRPxLUU5lzOJiaRIbK5KIIOtTYAd82Vovec 0a8BGxNbBJDNJr5C2mkw81Blx1PfeaTdA+AeHO9HPwY4Q2bvkugug== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrgedvgddugeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgrshcu ofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuggftrf grthhtvghrnhepvdelvdduhedvudduveeuvdevheegudelgeeigfejheduhedttdegudff jeeihffgnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhn rdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5F2D324005B; Wed, 3 Feb 2021 16:19:00 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Bruce Richardson Date: Wed, 3 Feb 2021 22:18:18 +0100 Message-Id: <20210203211818.3047146-1-thomas@monjalon.net> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" AMD CPU can present a high number of NUMA nodes. The default should be 32 for better compatibility. Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson Reviewed-by: Asaf Penso Acked-by: Jerin Jacob --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 5c382487da..6eff62e47d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,7 +26,7 @@ option('max_ethports', type: 'integer', value: 32, description: 'maximum number of Ethernet devices') option('max_lcores', type: 'integer', value: 128, description: 'maximum number of cores/threads supported by EAL') -option('max_numa_nodes', type: 'integer', value: 4, +option('max_numa_nodes', type: 'integer', value: 32, description: 'maximum number of NUMA nodes supported by EAL') option('enable_trace_fp', type: 'boolean', value: false, description: 'enable fast path trace points.')