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

2018-11-22 Thread Hunt, David
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 ; Mcnamara, John ; Kovacevic, Marko ; Dumitrescu, Cristian ; tho...@monjalon.net; Richardson, Bruce ; Yigit, Ferruh ; Si

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

2018-11-14 Thread Singh, Jasvinder
> -Original Message- > From: Burakov, Anatoly > Sent: Wednesday, November 14, 2018 4:47 PM > To: dev@dpdk.org > Cc: Neil Horman ; Mcnamara, John > ; Kovacevic, Marko > ; Dumitrescu, Cristian > ; tho...@monjalon.net; Richardson, Bruce > ; Yigit, Ferruh ; Singh, > Jasvinder > Subject: [PA

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

2018-11-14 Thread 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 --- Notes: v3: - Added clarification that pos is not