From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FEE6A0032; Fri, 1 Oct 2021 16:34:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04BE04118A; Fri, 1 Oct 2021 16:34:30 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 459CD40040 for ; Fri, 1 Oct 2021 16:34:28 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E55255C012A; Fri, 1 Oct 2021 10:34:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Fri, 01 Oct 2021 10:34:25 -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=fm2; bh= pnZyZh2sTgq78ZLkAYTEiBYLt826XQhENv3DrquqfJY=; b=kr3oF1ApCzQgTBYL J5Fg86XaT6ADsImZdJuAy/82+gBZ4+oSEyruRC4SQQBcS8vC+DwLD+K7zzjvGr7U uqm7QVQN+Devas90C+y3/QtjpXqjD4aPvSsgMNBMJc/QGSGygsQ99/w1hm1dRrCK OcGKYyev+QQ8XRvXXRF/fDE7dc6G9uBwp32HjpVEdbhQb5p5f3/nIxWXWZ3CP+x2 CMm4gcEwq24h54BB6yirmvPJ+iVJscrNzccApGCC03UvXpEmNIU0MS0yMKFu4XKR 4a882cLkeLD6NPhTAEi557CKcUZdYnwgLTNZmHRmSdOTeU0JqhQ3NAXInWuvTrnh OpXbMw== 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=pnZyZh2sTgq78ZLkAYTEiBYLt826XQhENv3Drquqf JY=; b=i7SD0irr38RXO0aCjJVKweBygnyoEdS19gZGGiJkzi7Lo+YtcEOOU50bD +WpfvwKIrGMwed+852KH8tvtuqgd7NBCuuRjohUkaAIihCGYJMuragCj+GYSt7Ro DSTMoU+w3RRHs6vHXNjzl6/ge+19iUfjt/aXotN56GtQ1dLwctEMkb9DVVzK1fCm lzZq4jVAIpozOvWF9ElSx4PcWZss0VhOT3mPEUYf3YWMYuywZV7h3QN+mbjESkMU yN9YJNcQxbw9q0SR8XvLGKsNNJXdEhDD0O5YVPQH79o1u78c1FlukmUa9VdOyFxo Qte0c4OyCjJmuvpXtE1r9Lz6TYkMg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudekiedgjeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 1 Oct 2021 10:34:23 -0400 (EDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Cc: David Christensen , "Marohn, Byron" , dev@dpdk.org, "Mcnamara, John" , "Wang, Yipeng1" Date: Fri, 01 Oct 2021 16:34:22 +0200 Message-ID: <4014745.TBmMsQBtp8@thomas> In-Reply-To: References: <20210917125606.2524678-1-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] efd: change data type of parameter 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" > > > rte_efd_create() function was using uint8_t for a socket bitmask, for > > > one of its parameters. > > > This limits the maximum of NUMA sockets to be 8. > > > Changing to to uint64_t increases it to 64, which should be more > > > future-proof. > > > > > > Coverity issue: 366390 > > > Fixes: 56b6ef874f8 ("efd: new Elastic Flow Distributor library") > > > > > > Signed-off-by: Pablo de Lara > > > Acked-by: John McNamara > Acked-by: Yipeng Wang Applied, thanks.