On 2024-12-19 16:37, David Marchand wrote:
On Thu, Dec 19, 2024 at 2:31 PM Thomas Monjalon <tho...@monjalon.net> 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: sta...@dpdk.org
Reported-by: Zhigang Hu <zhigang...@intel.com>
Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
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 <david.march...@redhat.com>