On 2024-12-19 16:37, David Marchand wrote:
On Thu, Dec 19, 2024 at 2:31 PM Thomas Monjalon <[email protected]> wrote:Some cryptodev functions were not included in an extern "C" block. There are 2 blocks, the second one being fast path inline functions, preceded with an include of the required rte_cryptodev_core.h file. Fixes: 719834a6849e ("use C linkage where appropriate in headers") Cc: [email protected] Reported-by: Zhigang Hu <[email protected]> Signed-off-by: Thomas Monjalon <[email protected]>I wonder if there is also an issue with lib/cryptodev/rte_crypto_asym.h, for symbols rte_crypto_asym_ke_strings and rte_crypto_asym_op_strings.
+1
But at least this patch looks fine to me. Reviewed-by: David Marchand <[email protected]>

