[dpdk-dev] [PATCH v3 2/5] bitmap: rename rte_bsf64 and move to common header

Singh, Jasvinder jasvinder.singh at intel.com
Wed Nov 14 17:52:36 CET 2018



> -----Original Message-----
> From: Burakov, Anatoly
> Sent: Wednesday, November 14, 2018 4:47 PM
> To: dev at dpdk.org
> Cc: Neil Horman <nhorman at tuxdriver.com>; Mcnamara, John
> <john.mcnamara at intel.com>; Kovacevic, Marko
> <marko.kovacevic at intel.com>; Dumitrescu, Cristian
> <cristian.dumitrescu at intel.com>; thomas at monjalon.net; Richardson, Bruce
> <bruce.richardson at intel.com>; Yigit, Ferruh <ferruh.yigit at intel.com>; Singh,
> Jasvinder <jasvinder.singh at 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.burakov at intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at 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.singh at intel.com>


More information about the dev mailing list