Re: [PATCH v3 0/3] eal: provide leading and trailing zero bit count

2023-01-09 Thread Bruce Richardson
On Fri, Jan 06, 2023 at 02:01:42PM -0800, Tyler Retzlaff wrote: > Move existing bit manipulation, log and npow functions from > rte_common.h to rte_bitops.h > > Provide leading and trailing zero bit count functions to abstract away > compiler specific implementations. > > Include basic unit test

[PATCH v3 0/3] eal: provide leading and trailing zero bit count

2023-01-06 Thread Tyler Retzlaff
Move existing bit manipulation, log and npow functions from rte_common.h to rte_bitops.h Provide leading and trailing zero bit count functions to abstract away compiler specific implementations. Include basic unit test for new leading/trailing zero bit count functions. v3: * rename to use 32/6