From: Nithin Dabilpuram Date: Tue, 27 Jul 2021 17:51:21 +0000 (+0530) Subject: doc: announce security API changes for inline IPsec X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d3394c6c26b2eeeb7f4a6709530289f4da1a8356;p=dpdk.git doc: announce security API changes for inline IPsec 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 Acked-by: Akhil Goyal Acked-by: Konstantin Ananyev Acked-by: Hemant Agrawal --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9584d6bfd7..6a35c7649a 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.