From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6BE941B9BE for ; Thu, 20 Dec 2018 10:09:26 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0680421E5F; Thu, 20 Dec 2018 04:09:26 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 04:09:26 -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=rBSB7kcmfZdx2fTgW1gjnTBQzMBcSWNAe4KNxTV10Uk=; b=RpvoZ95oxiNQ XGkcn61rjQgunYpRQruhbNTTvhoRNf4y51WmqOXQ55qbGdika3y/DiqUqokMLEcB jcySHawa+uovfzxNwXlwtwOqM/0tSiEUboKtRuca4iQ5FdK7KMPE+TuX+v0AEGkv WM3L2y4zMAykXNJFwULtBSdN88eKxiI= 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=fm1; bh=rBSB7kcmfZdx2fTgW1gjnTBQzMBcSWNAe4KNxTV10 Uk=; b=CBx5xPHZXsug0podI6DvnpH24KAR4bEXRl/88Ln8DWWL6D83PbZTe3aQk XCfm21NP6+yXSIblF+E9Yn7v1hFf5IVY54Ti2NCWpdT07UqdABtGzekUysoJ2W+s NqD7EweSwIeQcJZUHQQ/5gyhHXZMEUG2rslfh3ifrKFjtGPUOBFHKcBjenq57XSl EJVSV2RV8UoF86sO1waJF6FpyJGtd0/iy1wFFpT9oLHaN8C7uVcI6G2XdR1BznFv P4EbzF2BTMAt+tJo53AJbTJrUlCkcUt5XoMTockUZ23p8QSnBFInaYI4rezC3YyN hsL4+WLMMpw+xDVP0O91h9/oaBsaA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgtdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 CDE21E4472; Thu, 20 Dec 2018 04:09:24 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com, jerin.jacob@caviumnetworks.com Date: Thu, 20 Dec 2018 10:09:23 +0100 Message-ID: <2656067.SbmCPtR87q@xps> In-Reply-To: References: <1cf22c82b6ca7561966be674afb8a02add0913b9.1544550999.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 3/6] common: add missing implementations 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: Thu, 20 Dec 2018 09:09:26 -0000 11/12/2018 18:57, Anatoly Burakov: > Implement missing functions for 32-bit safe bsf, as well as 64-bit > fls and log2. It would be better to make 3 patches, for each function, updating eal_memalloc.c, testpmd and tests at the same time.