04/07/2023 20:44, Akhil Goyal пишет:
Structure rte_security_ops and rte_security_ctx are meant to
be used by rte_security library and the PMDs associated.
These will be moved to an internal header in DPDK 23.11 release.
Signed-off-by: Akhil Goyal <gak...@marvell.com>
---
doc/guides/rel_notes/deprecation.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst
b/doc/guides/rel_notes/deprecation.rst
index 8e1cdd677a..74bdb4f577 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -133,6 +133,9 @@ Deprecation Notices
``rte_cryptodev_get_auth_algo_string``,
``rte_cryptodev_get_aead_algo_string`` and
``rte_cryptodev_asym_get_xform_string`` respectively.
+* security: Hide structures ``rte_security_ops`` and ``rte_security_ctx`` as these
+ are internal to DPDK library and PMDs.
+
* flow_classify: The flow_classify library and example have no maintainer.
The library is experimental and, as such, it could be removed from DPDK.
Its removal has been postponed to let potential users report interest
Acked-by: Konstantin Ananyev <konstantin.v.anan...@yandex.ru>