[dpdk-dev] [PATCH v4] cryptodev: make xform key pointer constant

Akhil Goyal akhil.goyal at nxp.com
Tue Jun 25 14:46:08 CEST 2019



> 
> This patch changes the key pointer data types in cipher, auth,
> and aead xforms from "uint8_t *" to "const uint8_t *" for a
> more intuitive and safe sessionn creation.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> Acked-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> ---
> v4:
> - Removed deprecation notice and updated release note.
> - Updated ABI version.
> 
> v3:
> - rebased on top of latest dpdk-next-crypto
> 
> v2:
> - fixed a missed memory free for ixgbe ipsec

Applied to dpdk-next-crypto
The changes related to update for ABI version were incomplete in this patch, so they were dropped. Another patch from Anoob was also updating the ABI version, so not required in this patch.

Thanks.



More information about the dev mailing list