[PATCH v2] cryptodev: fix C++ include
David Marchand
david.marchand at redhat.com
Thu Dec 19 16:37:39 CET 2024
On Thu, Dec 19, 2024 at 2:31 PM Thomas Monjalon <thomas at 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: stable at dpdk.org
>
> Reported-by: Zhigang Hu <zhigang.hu at intel.com>
> Signed-off-by: Thomas Monjalon <thomas at 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.
But at least this patch looks fine to me.
Reviewed-by: David Marchand <david.marchand at redhat.com>
--
David Marchand
More information about the stable
mailing list