eal: deprecate and rename bsf64 function
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 21 Nov 2018 12:05:03 +0000 (12:05 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 23 Nov 2018 00:43:31 +0000 (01:43 +0100)
commit509cc885130abd3953afb602e93e0c13730fe451
tree067fd58dd08ae2e13d5786aaa3564c894f3483b0
parent816c924e9e26ae82c3d7186d3206f0ee72e78213
eal: deprecate and rename bsf64 function

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.burakov@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/rel_notes/deprecation.rst
lib/librte_eal/common/include/rte_bitmap.h
lib/librte_eal/common/include/rte_common.h