Re: [PATCH] table: remove experimental CRC API for some arches

2024-06-19 Thread David Marchand
On Fri, Mar 22, 2024 at 2:54 PM David Marchand wrote: > > x86 and ARM architectures provide a non-experimental implementation for > rte_crc32_u64(). > Experimental API rte_crc32_u64_generic() was only exported for other > arches. > > Leaving this API exposed could result in portability issues: an

[PATCH] table: remove experimental CRC API for some arches

2024-03-22 Thread David Marchand
x86 and ARM architectures provide a non-experimental implementation for rte_crc32_u64(). Experimental API rte_crc32_u64_generic() was only exported for other arches. Leaving this API exposed could result in portability issues: an application using rte_crc32_u64_generic() would not compile on x86 o