[PATCH v2] cryptodev: fix C++ include

Mattias Rönnblom hofors at lysator.liu.se
Thu Dec 19 17:36:59 CET 2024


On 2024-12-19 16:37, David Marchand wrote:
> 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.

+1

> But at least this patch looks fine to me.
> 
> Reviewed-by: David Marchand <david.marchand at redhat.com>
> 
> 



More information about the stable mailing list