Announce changes to make rte_security_set_pkt_metadata() and rte_security_get_userdata() inline instead of C functions and also addition of another field in structure rte_security_ctx for holding flags.
Signed-off-by: Nithin Dabilpuram <ndabilpu...@marvell.com> Acked-by: Akhil Goyal <gak...@marvell.com> --- - Series at https://inbox.dpdk.org/dev/20210624102848.3878788-1-gak...@marvell.com/T/#mc4ba3500c024f9911b7af7e5a6e95e23f6197fdd doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9584d6b..6a35c76 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,7 @@ Deprecation Notices * cmdline: ``cmdline`` structure will be made opaque to hide platform-specific content. On Linux and FreeBSD, supported prior to DPDK 20.11, original structure will be kept until DPDK 21.11. + +* security: The functions ``rte_security_set_pkt_metadata`` and + ``rte_security_get_userdata`` will be made inline functions and additional + flags will be added in structure ``rte_security_ctx`` in DPDK 21.11. -- 2.8.4