[PATCH] doc: remove deprecation for inline IPsec events
Akhil Goyal
gakhil at marvell.com
Sun Oct 2 21:03:47 CEST 2022
The IPsec SA expiry events were added as per below patch,
but the deprecation notice was not removed. This patch removed it.
Fixes: d1ce79d14ba1 ("ethdev: add IPsec SA expiry event subtypes")
Signed-off-by: Akhil Goyal <gakhil at marvell.com>
---
doc/guides/rel_notes/deprecation.rst | 5 -----
1 file changed, 5 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 80ec8ba01d..26ff2eedac 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -119,11 +119,6 @@ Deprecation Notices
alternative is implemented.
The legacy actions should be removed in DPDK 22.11.
-* ethdev: The enum ``rte_eth_event_ipsec_subtype`` will be extended to add
- new subtype values ``RTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRY``,
- ``RTE_ETH_EVENT_IPSEC_SA_BYTE_HARD_EXPIRY`` and
- ``RTE_ETH_EVENT_IPSEC_SA_PKT_HARD_EXPIRY`` in DPDK 22.11.
-
* cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated
to have another parameter ``qp_id`` to return the queue pair ID
which got error interrupt to the application,
--
2.25.1
More information about the dev
mailing list