From: Radu Nicolau Date: Thu, 5 Aug 2021 10:20:55 +0000 (+0100) Subject: doc: announce changes in IPsec xform structure X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=293e836ea5e93dc923a114272798c5abbee7bae6;p=dpdk.git doc: announce changes in IPsec xform structure Signed-off-by: Radu Nicolau Acked-by: Konstantin Ananyev Acked-by: Anoob Joseph Acked-by: Viacheslav Ovsiienko --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e95695b8ac..76a4abfd6b 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -235,6 +235,10 @@ Deprecation Notices SA lifetime configuration. A new structure would be introduced to replace the current member, ``esn_soft_limit``. +* security: The structure ``rte_security_ipsec_xform`` will be extended with + multiple fields: source and destination port of UDP encapsulation, + IPsec payload MSS (Maximum Segment Size), and ESN (Extended Sequence Number). + * security: The IPsec SA config options ``struct rte_security_ipsec_sa_options`` will be updated with new fields to support new features like IPsec inner checksum, tunnel header verification, TSO in case of protocol offload.