From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH 3/6] common: add missing implementations Date: Thu, 20 Dec 2018 09:16:07 +0000 Message-ID: <6a45ae44-515d-fa7f-834f-9b44e17a8e2b@intel.com> References: <1cf22c82b6ca7561966be674afb8a02add0913b9.1544550999.git.anatoly.burakov@intel.com> <2656067.SbmCPtR87q@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com, jerin.jacob@caviumnetworks.com To: Thomas Monjalon Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D96291B9CB for ; Thu, 20 Dec 2018 10:16:13 +0100 (CET) In-Reply-To: <2656067.SbmCPtR87q@xps> 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 9:09 AM, Thomas Monjalon wrote: > 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. > Sure, will respin. -- Thanks, Anatoly