From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v2] common: add 64-bit log2 function Date: Thu, 20 Dec 2018 12:10:25 +0000 Message-ID: <00a6787c-5462-469f-3f2b-e2d5b5af0e5d@intel.com> References: <1cf22c82b6ca7561966be674afb8a02add0913b9.1544550999.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , thomas@monjalon.net, jerin.jacob@caviumnetworks.com To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 174C31B9E1 for ; Thu, 20 Dec 2018 13:10:28 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 20-Dec-18 12:07 PM, Anatoly Burakov wrote: > Add missing implementation for 64-bit log2 function, and extend > the unit test to test this new function. Also, remove duplicate > reimplementation of this function from testpmd and memalloc. > > Signed-off-by: Anatoly Burakov > --- Disregard this patch. -- Thanks, Anatoly