From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 939D31B488 for ; Thu, 22 Nov 2018 17:54:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2018 08:54:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,266,1539673200"; d="scan'208";a="106860941" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.115]) ([10.237.221.115]) by fmsmga002.fm.intel.com with ESMTP; 22 Nov 2018 08:54:54 -0800 To: "Singh, Jasvinder" , "Burakov, Anatoly" , "dev@dpdk.org" Cc: Neil Horman , "Mcnamara, John" , "Kovacevic, Marko" , "Dumitrescu, Cristian" , "thomas@monjalon.net" , "Richardson, Bruce" , "Yigit, Ferruh" References: <54CBAA185211B4429112C315DA58FF6D3365D334@IRSMSX103.ger.corp.intel.com> From: "Hunt, David" Message-ID: <1d3ae4dc-c028-90b9-d6e6-f87fd9ec1ab7@intel.com> Date: Thu, 22 Nov 2018 16:54:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <54CBAA185211B4429112C315DA58FF6D3365D334@IRSMSX103.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v3 2/5] bitmap: rename rte_bsf64 and move to common header 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, 22 Nov 2018 16:54:58 -0000 On 14/11/2018 4:52 PM, Singh, Jasvinder wrote: > >> -----Original Message----- >> From: Burakov, Anatoly >> Sent: Wednesday, November 14, 2018 4:47 PM >> To: dev@dpdk.org >> Cc: Neil Horman ; Mcnamara, John >> ; Kovacevic, Marko >> ; Dumitrescu, Cristian >> ; thomas@monjalon.net; Richardson, Bruce >> ; Yigit, Ferruh ; Singh, >> Jasvinder >> Subject: [PATCH v3 2/5] bitmap: rename rte_bsf64 and move to common >> header >> >> Rename rte_bsf64 to rte_bsf64_safe (this is a "safe" version in that it prevents >> undefined behavior by checking if incoming parameter is zero) and move it to >> common header. >> >> Signed-off-by: Anatoly Burakov >> Acked-by: Cristian Dumitrescu >> --- >> >> Notes: >> v3: >> - Added clarification that pos is not checked >> >> doc/guides/rel_notes/deprecation.rst | 5 +++++ >> lib/librte_eal/common/include/rte_bitmap.h | 14 ++++--------- >> lib/librte_eal/common/include/rte_common.h | 23 >> ++++++++++++++++++++++ >> 3 files changed, 32 insertions(+), 10 deletions(-) >> > Acked-by: Jasvinder Singh Acked-by: David Hunt