From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2018 04:10:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,376,1539673200"; d="scan'208";a="119839325" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.252.9.59]) ([10.252.9.59]) by orsmga002.jf.intel.com with ESMTP; 20 Dec 2018 04:10:26 -0800 To: dev@dpdk.org Cc: Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , thomas@monjalon.net, jerin.jacob@caviumnetworks.com References: <1cf22c82b6ca7561966be674afb8a02add0913b9.1544550999.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <00a6787c-5462-469f-3f2b-e2d5b5af0e5d@intel.com> Date: Thu, 20 Dec 2018 12:10:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] common: add 64-bit log2 function 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 12:10:29 -0000 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