[dpdk-dev] [PATCH v3 2/2] security: add reserved bitfields
Akhil Goyal
gakhil at marvell.com
Mon Oct 18 17:39:40 CEST 2021
> In struct rte_security_ipsec_sa_options, for every new option
> added, there is an ABI breakage, to avoid, a reserved_opts
> bitfield is added to for the remaining bits available in the
> structure.
> Now for every new sa option, these reserved_opts can be reduced
> and new option can be added.
>
> Signed-off-by: Akhil Goyal <gakhil at marvell.com>
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> Acked-by: Ray Kinsella <mdr at ashroe.eu>
> ---
> v3:
> - added a comment for requesting user to clear reserved_opts.
> - removed LIST_END enumerators patch. It will be handled separately.
>
Series applied to dpdk-next-crypto
More information about the dev
mailing list