From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5B7BBA0487 for ; Thu, 4 Jul 2019 17:56:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8EE044C3; Thu, 4 Jul 2019 17:56:34 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7AF74271 for ; Thu, 4 Jul 2019 17:56:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CB88A21583; Thu, 4 Jul 2019 11:56:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 11:56:32 -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=YlmIqEH07Hgis0UvlIvB09UcJXiYfQ64KbyoGB6pv8w=; b=DHgTBrO48Ctn de2IDbKP/C9DgOn7uZtjj3vsPPKuYTOKVPLIAhvD8zGXuCz2VTBSVvVmTrN6of9Z 5aTMVPdV7uRfMNdF6c/qGjY+uNzdCdeEwzo/uaSVq0kIDuXG9WEBYg2nGOGoIQE7 CNVaLboqp6ObDdIqOHIj9AtohAQ4a70= 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=fm3; bh=YlmIqEH07Hgis0UvlIvB09UcJXiYfQ64KbyoGB6pv 8w=; b=pn2XUstoH2d3v/mAfVeKR0eyPgTCe/w43tKplgG+ZYhnMT1NjB/8UvjBb ahAsNkhYGy/4F6XNnip5T30fLz+tpIpb2x4qbJxoq8IQA6P5+KAtmAltlp7t2M0f 7qiPE1xVwaFr/Og91+BAlVMvZjVFyP3IjpFFcFXv6+/z/QNtHUAxzda6N+S6BdpA c3NeDdFjp0q3INHWyk0f3Y9dEwfFKVNSolOmt9sWJZMRkp+xxg9ZpDuVm9tnwqBW I1PViHC5z690p3FcFrcOQ70i8bTDT3pXXSlaWB74yakqUZ60fZkTdZZb09spSRBZ c6CKS2vUrzUpCzTmkUtTDVKnkWUXQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdeljecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 845CD380085; Thu, 4 Jul 2019 11:56:31 -0400 (EDT) From: Thomas Monjalon To: David Wilder Cc: dev@dpdk.org, David Christensen , bruce.richardson@intel.com, pradeep@us.ibm.com, drc@ibm.com Date: Thu, 04 Jul 2019 17:56:30 +0200 Message-ID: <7931706.iZz6MtITYa@xps> In-Reply-To: References: <20190605225745.17100-1-dwilder@us.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] config: update RTE_MAX_LCORE for ppc build 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" 06/06/2019 01:21, David Christensen: > > Setting RTE_MAX_LCORE to reflect the largest available configuration. > > > > Signed-off-by: David Wilder > > --- > > I am splitting my previous patch "meson: Update flags and values for ppc_64" > > into two separate patches (not a series). This is the second patch. > > Updating values for both the meson and make builds per Thomas's comments. > > Acked-by: David Christensen Applied, thanks