X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_bitmap.h;h=6b846f251b303c6bd20e12ab31a513deb97f3284;hb=909dd291f07713998c77681aa653e41b13d06121;hp=77727c82872868723bffd58c8e76e8f7591d218a;hpb=509cc885130abd3953afb602e93e0c13730fe451;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_bitmap.h b/lib/librte_eal/common/include/rte_bitmap.h index 77727c8287..6b846f251b 100644 --- a/lib/librte_eal/common/include/rte_bitmap.h +++ b/lib/librte_eal/common/include/rte_bitmap.h @@ -93,12 +93,6 @@ __rte_bitmap_index2_set(struct rte_bitmap *bmp) bmp->index2 = (((bmp->index1 << RTE_BITMAP_SLAB_BIT_SIZE_LOG2) + bmp->offset1) << RTE_BITMAP_CL_SLAB_SIZE_LOG2); } -static inline int __rte_deprecated -rte_bsf64(uint64_t slab, uint32_t *pos) -{ - return rte_bsf64_safe(slab, pos); -} - static inline uint32_t __rte_bitmap_get_memory_footprint(uint32_t n_bits, uint32_t *array1_byte_offset, uint32_t *array1_slabs,