From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id A97A02C30 for ; Tue, 26 Feb 2019 21:19:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E602B220AA; Tue, 26 Feb 2019 15:19:54 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Feb 2019 15:19:54 -0500 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=SK49V4KnNjsRFQRuWc/RB4h47rabsQLInMBMcOdTbG4=; b=baH/OGaaiyQU /BLhbnpjb/cOr7rB+Og8EOfL0H8HlUXLXkAmiaSy4ZCwCtBYLm1LDSCQ9WrOZxN8 AuPKLjCPdmlxhzlP6S/BB23ErQ8c+lhpPhOqqftXPqM93XFew8rCxdpILNePqGKd fmbuaKZXu0a2yWPxDiEKGlnHYVeF2Dk= 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=SK49V4KnNjsRFQRuWc/RB4h47rabsQLInMBMcOdTb G4=; b=eNKKc3YKGE/afvj84Q4q3sg2oXk3FEVSLWWcx8Nk1i8zYSdlf5BmdLSB9 taL8gRpH30CDSRM1MWjKeICuJCYFTQ0dhXfHdY1D0gBeA76K/1RiJaXFDkWpsUYo dGZ+p2IRfdJkLhJugzyeQ9N4W3+ezrirmWo7p4qNGpL0SNGlxrAkNSTM16CpWaWq JFCLfFFt9PLrQb0y8QqWrCwbfHSqFhLdtGLZHJe6NHzHYsi9LWPtzQXu5Xx1+vBw PFsbhCoDDaxQuvK7oT0m/5MjGK49pDs+m5OP9ka2ePDl5xMGNfh6nv1Qw77IQxkm czFYXam2GaLA9lxFv72Z4Xe82eTXw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudelgddufeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefiedrudelrddvtddunecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (201.19.136.77.rev.sfr.net [77.136.19.201]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DE7D10330; Tue, 26 Feb 2019 15:19:53 -0500 (EST) From: Thomas Monjalon To: Chas Williams <3chas3@gmail.com> Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Tue, 26 Feb 2019 21:19:49 +0100 Message-ID: <14936226.bhGOEySNNK@xps> In-Reply-To: <20190207155318.12579-1-3chas3@gmail.com> References: <20190131021858.5832-1-3chas3@gmail.com> <20190207155318.12579-1-3chas3@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [v3, PATCH 1/2] build: add option to override max ethports 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: , X-List-Received-Date: Tue, 26 Feb 2019 20:19:56 -0000 07/02/2019 16:53, Chas Williams: > Allow users and packagers to override the default RTE_MAX_ETHPORTS. > This adds a new meson option, max_ethports which defaults to the > current value. > > Signed-off-by: Chas Williams <3chas3@gmail.com> > Acked-by: Bruce Richardson > --- > --- a/meson_options.txt > +++ b/meson_options.txt > +option('max_ethports', type: 'string', value: '32', > + description: 'maximum number of Ethernet devices in EAL') Removing (while applying) "in EAL" because it is in ethdev lib.