Re: [PATCH v4 1/2] eal: move bit operation functions from common to bitops header

2023-01-10 Thread Ferruh Yigit
On 1/9/2023 5:36 PM, Tyler Retzlaff wrote: > Move the following inline functions from rte_common.h to rte_bitops.h > > rte_combine32ms1b > rte_combine64ms1b > rte_bsf32 > rte_bsf32_safe > rte_bsf64 > rte_bsf64_safe > rte_fls_u32 > rte_fls_u64 > rte_is_power_of_2 > rte_align32po

[PATCH v4 1/2] eal: move bit operation functions from common to bitops header

2023-01-09 Thread Tyler Retzlaff
Move the following inline functions from rte_common.h to rte_bitops.h rte_combine32ms1b rte_combine64ms1b rte_bsf32 rte_bsf32_safe rte_bsf64 rte_bsf64_safe rte_fls_u32 rte_fls_u64 rte_is_power_of_2 rte_align32pow2 rte_align32prevpow2 rte_align64pow2 rte_align64prevpow2