summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnoob Joseph <anoobj@marvell.com>2021-08-03 12:18:37 +0530
committerThomas Monjalon <thomas@monjalon.net>2021-08-07 19:18:50 +0200
commita1c6cc88430d60dcb52cd876701e8985f362e988 (patch)
treeda427881146753f9c299fca8d130576452ebd53b
parent0182a03d0089f8a16ea3f5f00b271a233d7ab9b7 (diff)
doc: announce changes in IPsec xform struct
IPsec xform struct would be updated to include IPsec SA lifetime configuration. The existing member 'esn_soft_limit' would only track ESN. And as sequence number control is getting introduced, 'esn_soft_limit' may not indicate the number of packets processed. Replace that with a new structure to cover all lifetime cases with support for specifying both soft and hard lifetimes. ESN control introduced by https://patches.dpdk.org/patch/95808/ Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com> Acked-by: Jerin Jacob <jerinj@marvell.com>
-rw-r--r--doc/guides/rel_notes/deprecation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 627badd344..bf1d56d1f9 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -189,6 +189,11 @@ Deprecation Notices
pointer for the private data to the application which can be attached
to the packet while enqueuing.
+* security: The IPsec configuration structure
+ ``struct rte_security_ipsec_xform`` will be updated with new members to allow
+ SA lifetime configuration. A new structure would be introduced to replace the
+ current member, ``esn_soft_limit``.
+
* eventdev: The file ``rte_eventdev_pmd.h`` will be renamed to ``eventdev_driver.h``
to make the driver interface as internal and the structures ``rte_eventdev_data``,
``rte_eventdev`` and ``rte_eventdevs`` will be moved to a new file named