Re: [PATCH v3 3/3] test/bitcount: add bitcount tests

2023-01-09 Thread Tyler Retzlaff
On Mon, Jan 09, 2023 at 08:57:32AM -0800, Tyler Retzlaff wrote: > On Sat, Jan 07, 2023 at 09:15:27AM +0100, Thomas Monjalon wrote: > > 06/01/2023 23:01, Tyler Retzlaff: > > > basic unit test of following functions > > > > > > rte_clz32 > > > rte_clz64 > > > rte_ctz32 > > > rte_ctz6

Re: [PATCH v3 3/3] test/bitcount: add bitcount tests

2023-01-09 Thread Tyler Retzlaff
On Sat, Jan 07, 2023 at 09:15:27AM +0100, Thomas Monjalon wrote: > 06/01/2023 23:01, Tyler Retzlaff: > > basic unit test of following functions > > > > rte_clz32 > > rte_clz64 > > rte_ctz32 > > rte_ctz64 > > This can be squashed with implementation in previous patch. > > if you

RE: [PATCH v3 3/3] test/bitcount: add bitcount tests

2023-01-07 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Friday, 6 January 2023 23.02 > > basic unit test of following functions > > rte_clz32 > rte_clz64 > rte_ctz32 > rte_ctz64 > > Signed-off-by: Tyler Retzlaff > --- Series-acked-by: Morten Brørup

Re: [PATCH v3 3/3] test/bitcount: add bitcount tests

2023-01-07 Thread Thomas Monjalon
06/01/2023 23:01, Tyler Retzlaff: > basic unit test of following functions > > rte_clz32 > rte_clz64 > rte_ctz32 > rte_ctz64 This can be squashed with implementation in previous patch.