> On 2024-12-19 14:30, Thomas Monjalon 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>
> > ---
> > v2: keep rte_cryptodev_core.h include at the same place
> Reviewed-by: Mattias Rönnblom <mattias.ronnb...@ericsson.com>
Applied to dpdk-next-crypto
Thanks.