security: add reserved bit fields
authorAkhil Goyal <gakhil@marvell.com>
Mon, 18 Oct 2021 05:22:47 +0000 (10:52 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Mon, 18 Oct 2021 18:12:19 +0000 (20:12 +0200)
commitfb545457ed5cb280f8391215cfe4642d2eede5c4
tree0454a5250d8e542e3ed2b7f6827eeedf232cf066
parent3867ed02809cff69473acb640cf5373488fe6081
security: add reserved bit fields

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@marvell.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
lib/security/rte_security.h