From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7C1B4A0096 for ; Tue, 4 Jun 2019 00:30:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B028E1B9B0; Tue, 4 Jun 2019 00:30:45 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 0758A1B9AE for ; Tue, 4 Jun 2019 00:30:45 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 930692211A; Mon, 3 Jun 2019 18:30:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 03 Jun 2019 18:30:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5OD4XiJMV85lait9wXee8sd6cXIJZTJsWV29QAAlZiY=; b=IYzPLOiwZpGN HAmp78OsKRwubtrkx+wBNLJJgtcPvsG6rVwtE4WpcYvFeSTEvXS3+UqrBliHJiQ5 YoZJNMKLRLK/EhpEUzvc0lij4o+44SN/MNZnP7VIFnNOMUfdFt8K/TtI1FWpuQtr KEtFk0akisB7JpVqxDeP4OW+rjMccQw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=5OD4XiJMV85lait9wXee8sd6cXIJZTJsWV29QAAlZ iY=; b=BcT7m/R/cSN8pEWwyYAHlvil/I8aBMHa5SkZRF07lL7/S5yqd6Kr/IP2I L4rDtakBIOvwW1s0tLlb0MrFBmJMHO9jtDMDye7mTZVKbh0Ii0SwvuQQz3ibyKYF fCXGbSq/DSokFi1v/hmtPhItM9DM7UhbQEoqLeP3aFgVo78EWlAdr3m/FxJAoBxy ZlgTZsh5S8rHgG1e6SyyhGfcoJsu/EZveORDOpayGqeQrIn1HF5hYhngcvYtteZT AIFa9xorK03cUFriBrmM/IRPwhqeyjCQZtBjWiOSXvddHLAwc74WD7o4rMiBTwof 1wq3a+iYy+OK80UZ3YhT9KTnIYYeQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudefkedgudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E949380084; Mon, 3 Jun 2019 18:30:42 -0400 (EDT) From: Thomas Monjalon To: David Wilder Cc: dev@dpdk.org, Bruce Richardson , pradeep@us.ibm.com, drc@ibm.com Date: Tue, 04 Jun 2019 00:30:40 +0200 Message-ID: <1864604.tGcSgmW0Rt@xps> In-Reply-To: <20190527094116.GA425@bricha3-MOBL.ger.corp.intel.com> References: <20190524160404.15896-1-dwilder@us.ibm.com> <20190527094116.GA425@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 27/05/2019 11:41, Bruce Richardson: > On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: > > Setting RTE_MAX_LCORE to reflect the largest available configuration. > > Adding defines for missing RTE_MACHINE_CPUFLAGs. > > > > Signed-off-by: David Wilder > > --- > > --- a/config/ppc_64/meson.build > > +++ b/config/ppc_64/meson.build > > # overrides specific to ppc64 > > -dpdk_conf.set('RTE_MAX_LCORE', 256) > > +dpdk_conf.set('RTE_MAX_LCORE', 1536) > > dpdk_conf.set('RTE_MAX_NUMA_NODES', 32) > > dpdk_conf.set('RTE_CACHE_LINE_SIZE', 128) > > +dpdk_conf.set('RTE_MACHINE_CPUFLAG_ALTIVEC', 1) > > +dpdk_conf.set('RTE_MACHINE_CPUFLAG_VSX', 1) > > Acked-by: Bruce Richardson Suggested title: config: update for ppc build with meson Why config/defconfig_ppc_64-power8-linuxapp-gcc is not updated as well for RTE_MAX_LCORE?