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 <nhor...@tuxdriver.com>; Mcnamara, John
<john.mcnam...@intel.com>; Kovacevic, Marko
<marko.kovace...@intel.com>; Dumitrescu, Cristian
<cristian.dumitre...@intel.com>; tho...@monjalon.net; Richardson, Bruce
<bruce.richard...@intel.com>; Yigit, Ferruh <ferruh.yi...@intel.com>; Singh,
Jasvinder <jasvinder.si...@intel.com>
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 <anatoly.bura...@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
---
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 <jasvinder.si...@intel.com>
Acked-by: David Hunt <david.h...@intel.com>