On 14/11/2018 4:52 PM, Singh, Jasvinder wrote:
-----Original Message-----
From: Burakov, Anatoly
Sent: Wednesday, November 14, 2018 4:47 PM
To: [email protected]
Cc: Neil Horman <[email protected]>; Mcnamara, John
<[email protected]>; Kovacevic, Marko
<[email protected]>; Dumitrescu, Cristian
<[email protected]>; [email protected]; Richardson, Bruce
<[email protected]>; Yigit, Ferruh <[email protected]>; Singh,
Jasvinder <[email protected]>
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 <[email protected]>
Acked-by: Cristian Dumitrescu <[email protected]>
---
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 <[email protected]>
Acked-by: David Hunt <[email protected]>