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

Ferruh Yigit ferruh.yigit at amd.com
Tue Jan 10 14:56:15 CET 2023


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_align32pow2
>   rte_align32prevpow2
>   rte_align64pow2
>   rte_align64prevpow2
>   rte_log2_u32
>   rte_log2_u64
> 
> Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>

Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>


More information about the dev mailing list