[v1] crypto/qat: fix IPsec MB header include for ARM
Thomas Monjalon
thomas at monjalon.net
Thu Jul 2 20:34:11 CEST 2026
30/06/2026 12:01, Emma Finn:
> Update the header file to always include the platform-specific
> IPsec MB header.
>
> Fixes: 03c475d609eb ("crypto/qat: require IPsec MB for HMAC precomputes")
>
> Reported-by: Thomas Monjalon <thomas at monjalon.net>
> Signed-off-by: Emma Finn <emma.finn at intel.com>
It solves the previous error, but there is another one:
build-arm64-generic-gcc/../../dpdk/drivers/crypto/qat/qat_sym.h:187:
undefined reference to `des_cfb_one'
It seems des_cfb_one() is not supported on Arm.
More information about the dev
mailing list