On Fri, Mar 22, 2024 at 2:54 PM David Marchand <david.march...@redhat.com> 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 > application using rte_crc32_u64_generic() would not compile on x86 or > ARM. > > Move this symbol code in the only caller of the table library, and > remove this symbol. > > Signed-off-by: David Marchand <david.march...@redhat.com>
Applied. -- David Marchand