[2/2] doc: announce rte_security_ipsec_xform structure changes

Message ID 20210805102055.308899-2-radu.nicolau@intel.com (mailing list archive)
State Accepted, archived
Headers
Series [1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-spell-check-testing warning Testing issues
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing fail Testing issues
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-x86_64-compile-testing fail Testing issues
ci/iol-x86_64-unit-testing success Testing PASS

Commit Message

Radu Nicolau Aug. 5, 2021, 10:20 a.m. UTC
  Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Ananyev, Konstantin Aug. 5, 2021, 10:42 a.m. UTC | #1
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
>  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.
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.25.1
  
Anoob Joseph Aug. 5, 2021, 11:33 a.m. UTC | #2
> Subject: [EXT] [PATCH 2/2] doc: announce rte_security_ipsec_xform
> structure changes
> 
> External Email
> 
> ----------------------------------------------------------------------
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
>  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.
> --

Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Slava Ovsiienko Aug. 8, 2021, 12:17 p.m. UTC | #3
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Radu Nicolau
> Sent: Thursday, August 5, 2021 13:21
> To: hemant.agrawal@nxp.com; gakhil@marvell.com; anoobj@marvell.com;
> declan.doherty@intel.com; abhijit.sinha@intel.com;
> daniel.m.buckley@intel.com; marchana@marvell.com;
> ktejasree@marvell.com; Matan Azrad <matan@nvidia.com>;
> konstantin.ananyev@intel.com
> Cc: dev@dpdk.org; Radu Nicolau <radu.nicolau@intel.com>
> Subject: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform
> structure changes
> 
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
>  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 <viacheslavo@nvidia.com>
  
Thomas Monjalon Aug. 8, 2021, 3:10 p.m. UTC | #4
05/08/2021 12:20, Radu Nicolau:
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
> +  * 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.

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>

Slightly reworded and applied:

* 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).
  

Patch

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.