[PATCH v2 1/1] doc: announce addition of new ipsec event subtypes
Vamsi Attunuru
vattunuru at marvell.com
Mon Jun 27 07:29:37 CEST 2022
New event subtypes need to be added for notifying expiry events
upon reaching IPsec SA soft packet expiry and hard packet/byte
expiry limits. This would be added in DPDK 22.11.
Signed-off-by: Vamsi Attunuru <vattunuru at marvell.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
More details on new event subtype proposal discussion are in below email thread.
https://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/
v2: rephrase title and git log.
---
doc/guides/rel_notes/deprecation.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 4e5b23c53d..83da1c62ac 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -107,6 +107,11 @@ Deprecation Notices
alternative is implemented.
The legacy actions should be removed in DPDK 22.11.
+* ethdev: The enum ``rte_eth_event_ipsec_subtype`` would 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: Hide structures ``rte_cryptodev_sym_session`` and
``rte_cryptodev_asym_session`` to remove unnecessary indirection between
session and the private data of session. An opaque pointer can be exposed
--
2.25.1
More information about the dev
mailing list