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

David Marchand david.marchand at redhat.com
Wed Jun 19 21:58:23 CEST 2024


On Fri, Mar 22, 2024 at 2:54 PM David Marchand
<david.marchand at 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.marchand at redhat.com>

Applied.


-- 
David Marchand



More information about the dev mailing list