On Fri, May 13, 2022 at 8:27 PM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Merge crc32 hash calculation public API implementation for x86 and Arm. > Select the best available CRC32 algorithm when unsupported algorithm > on a given CPU architecture is requested by an application. > > Previously, if an application directly includes `rte_crc_arm64.h` > without including `rte_hash_crc.h` it will fail to compile. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>
As mentionned when reviewing v8, the doxygen description of helpers gets dropped by this patch. I moved those descriptions in rte_hash_crc.h only, under a __DOXYGEN__ check. I also sorted alphabetically the list of headers in meson, and aligned include guards with the file names. Series applied, thanks. -- David Marchand