From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5E95A1B494 for ; Thu, 22 Nov 2018 23:52:58 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D2DB521FF3; Thu, 22 Nov 2018 17:52:57 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 17:52:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=OoiDy73gWUhZI/XK9XxBhnCqrEU4WQuDdVCZuZmtxok=; b=XuppFLZsHPai IRgrNWaI6QVgsyYl+WwybxODI7t78dJFrb3kJ9BvcY9CPDw/0q21OY1YQJILUwlL 1ypcZ2Qg/hd5QyEBuAsFYr5NKCdhgfRchq5OZIEFGfIAeVeksnBWUxHygPvQTzxI 4XWD9oAl4HRNtDmXqHpEoRKrcUyi7DE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=OoiDy73gWUhZI/XK9XxBhnCqrEU4WQuDdVCZuZmtx ok=; b=gqUnOHZas+DDdUYLEcnRt6sB22m/xFxiuLnth80XufNL/t4jiGpgS11xR kHZqWJGaYFoXO3MDV3owiC/fGsz348Uvxicq4mv8TID7bpdRQR87YY7ww03Dr9Cz eLWqzt+5iwTPJRciEYFgU096pynT7taH2HrfSbYCY4I8t1q7CNItaJo67DXpvtk9 HdDKhT7D7Y6GytBoMxZljVwmrYPADZMsw97KKOThtxQqFOhsTz3Are5moEABUWcp ekofVB5tXCFUaL2kWwAyXYBLt7bXgJBsYmU/BMRf9F6o1VT8AiRG89NWCwntmY7M D+/xv7z6NT8qElzLlw5B1yR0ZHHlw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 22E7A102DE; Thu, 22 Nov 2018 17:52:56 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Cristian Dumitrescu , jasvinder.singh@intel.com, ferruh.yigit@intel.com, bruce.richardson@intel.com Date: Thu, 22 Nov 2018 23:52:54 +0100 Message-ID: <2401012.IaBZLPxaU8@xps> In-Reply-To: <1754739.oceShkhWS8@xps> References: <6279ff04d7d477d3c2c076c643a0093aecb654c6.1542801670.git.anatoly.burakov@intel.com> <1754739.oceShkhWS8@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] bitmap: deprecate and rename rte_bsf64 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 22:52:58 -0000 22/11/2018 18:04, Thomas Monjalon: > 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 Series applied, thanks