> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Radu Nicolau
> Sent: Thursday, August 5, 2021 13:21
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; Matan Azrad <[email protected]>;
> [email protected]
> Cc: [email protected]; Radu Nicolau <[email protected]>
> Subject: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform
> structure changes
>
> Signed-off-by: Radu Nicolau <[email protected]>
> ---
> 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 b87fa54e67..a3493b4dfb 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -196,3 +196,8 @@ Deprecation Notices
>
> * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new
> field ``hdr_l3_len`` to configure tunnel l3 header lenght.
> +
> + * security: The structure ``rte_security_ipsec_xform`` will be
> + extended with multiple fields: udp structure that will hold the
> + source and destination port for UDP encapsulation, mss to specify the
> + IPsec payload Maximum Segment Size, esn structure for Extended
> Sequence Number.
> --
> 2.25.1
Acked-by: Viacheslav Ovsiienko <[email protected]>