From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2018 01:16:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,376,1539673200"; d="scan'208";a="119806165" 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 01:16:11 -0800 To: Thomas Monjalon Cc: dev@dpdk.org, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com, jerin.jacob@caviumnetworks.com References: <1cf22c82b6ca7561966be674afb8a02add0913b9.1544550999.git.anatoly.burakov@intel.com> <2656067.SbmCPtR87q@xps> From: "Burakov, Anatoly" Message-ID: <6a45ae44-515d-fa7f-834f-9b44e17a8e2b@intel.com> Date: Thu, 20 Dec 2018 09:16:07 +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: <2656067.SbmCPtR87q@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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:16:14 -0000 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