[1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes

Message ID 20210805102055.308899-1-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

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 | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Ananyev, Konstantin Aug. 5, 2021, 10:40 a.m. UTC | #1
> 
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index f4a4d00db2..b87fa54e67 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -193,3 +193,6 @@ Deprecation Notices
>    reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
>    information from the crypto/security operation. This field will be used to
>    communicate events such as soft expiry with IPsec in lookaside mode.
> +
> +  * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new
> +  field ``hdr_l3_len`` to configure tunnel l3 header lenght.
> --

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

> 2.25.1
  
Jerin Jacob Aug. 7, 2021, 1:35 p.m. UTC | #2
On Thu, Aug 5, 2021 at 4:10 PM Ananyev, Konstantin
<konstantin.ananyev@intel.com> wrote:
>
>
>
> >
> > Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index f4a4d00db2..b87fa54e67 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -193,3 +193,6 @@ Deprecation Notices
> >    reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
> >    information from the crypto/security operation. This field will be used to
> >    communicate events such as soft expiry with IPsec in lookaside mode.
> > +
> > +  * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new
> > +  field ``hdr_l3_len`` to configure tunnel l3 header lenght.
> > --
>
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>


>
> > 2.25.1
>
  
Slava Ovsiienko Aug. 8, 2021, 12:18 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 1/2] doc: announce ipsec rte_ipsec_sa_prm
> structure changes
> 
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
  
Thomas Monjalon Aug. 8, 2021, 3:04 p.m. UTC | #4
> > Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
    Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
    Acked-by: Jerin Jacob <jerinj@marvell.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>

Applied with fixed typos.
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f4a4d00db2..b87fa54e67 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -193,3 +193,6 @@  Deprecation Notices
   reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
   information from the crypto/security operation. This field will be used to
   communicate events such as soft expiry with IPsec in lookaside mode.
+  
+  * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new 
+  field ``hdr_l3_len`` to configure tunnel l3 header lenght.