From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] bitmap: deprecate and rename rte_bsf64 Date: Thu, 22 Nov 2018 18:04:20 +0100 Message-ID: <1754739.oceShkhWS8@xps> References: <6279ff04d7d477d3c2c076c643a0093aecb654c6.1542801670.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Cristian Dumitrescu , jasvinder.singh@intel.com, ferruh.yigit@intel.com, bruce.richardson@intel.com To: Anatoly Burakov Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B96DB1B4A3 for ; Thu, 22 Nov 2018 18:04:24 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/11/2018 13:05, Anatoly Burakov: > 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 > Acked-by: Jasvinder Singh Acked-by: Thomas Monjalon