* [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes @ 2021-08-05 10:20 Radu Nicolau 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau ` (2 more replies) 0 siblings, 3 replies; 10+ messages in thread From: Radu Nicolau @ 2021-08-05 10:20 UTC (permalink / raw) To: hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, matan, konstantin.ananyev Cc: dev, Radu Nicolau 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. -- 2.25.1 ^ permalink raw reply [flat|nested] 10+ messages in thread
* [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 2021-08-05 10:20 [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes Radu Nicolau @ 2021-08-05 10:20 ` Radu Nicolau 2021-08-05 10:42 ` Ananyev, Konstantin ` (3 more replies) 2021-08-05 10:40 ` [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm " Ananyev, Konstantin 2021-08-08 12:18 ` Slava Ovsiienko 2 siblings, 4 replies; 10+ messages in thread From: Radu Nicolau @ 2021-08-05 10:20 UTC (permalink / raw) To: hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, matan, konstantin.ananyev Cc: dev, Radu Nicolau 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau @ 2021-08-05 10:42 ` Ananyev, Konstantin 2021-08-05 11:33 ` [dpdk-dev] [EXT] " Anoob Joseph ` (2 subsequent siblings) 3 siblings, 0 replies; 10+ messages in thread From: Ananyev, Konstantin @ 2021-08-05 10:42 UTC (permalink / raw) To: Nicolau, Radu, hemant.agrawal, gakhil, anoobj, Doherty, Declan, Sinha, Abhijit, Buckley, Daniel M, marchana, ktejasree, matan Cc: dev > 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau 2021-08-05 10:42 ` Ananyev, Konstantin @ 2021-08-05 11:33 ` Anoob Joseph 2021-08-08 12:17 ` [dpdk-dev] " Slava Ovsiienko 2021-08-08 15:10 ` Thomas Monjalon 3 siblings, 0 replies; 10+ messages in thread From: Anoob Joseph @ 2021-08-05 11:33 UTC (permalink / raw) To: Radu Nicolau, hemant.agrawal, Akhil Goyal, declan.doherty, abhijit.sinha, daniel.m.buckley, Archana Muniganti, Tejasree Kondoj, matan, konstantin.ananyev Cc: dev > 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> ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau 2021-08-05 10:42 ` Ananyev, Konstantin 2021-08-05 11:33 ` [dpdk-dev] [EXT] " Anoob Joseph @ 2021-08-08 12:17 ` Slava Ovsiienko 2021-08-08 15:10 ` Thomas Monjalon 3 siblings, 0 replies; 10+ messages in thread From: Slava Ovsiienko @ 2021-08-08 12:17 UTC (permalink / raw) To: Radu Nicolau, hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, Matan Azrad, konstantin.ananyev Cc: dev > -----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> ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau ` (2 preceding siblings ...) 2021-08-08 12:17 ` [dpdk-dev] " Slava Ovsiienko @ 2021-08-08 15:10 ` Thomas Monjalon 3 siblings, 0 replies; 10+ messages in thread From: Thomas Monjalon @ 2021-08-08 15:10 UTC (permalink / raw) To: Radu Nicolau Cc: hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, matan, konstantin.ananyev, dev 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). ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes 2021-08-05 10:20 [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes Radu Nicolau 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau @ 2021-08-05 10:40 ` Ananyev, Konstantin 2021-08-07 13:35 ` Jerin Jacob 2021-08-08 12:18 ` Slava Ovsiienko 2 siblings, 1 reply; 10+ messages in thread From: Ananyev, Konstantin @ 2021-08-05 10:40 UTC (permalink / raw) To: Nicolau, Radu, hemant.agrawal, gakhil, anoobj, Doherty, Declan, Sinha, Abhijit, Buckley, Daniel M, marchana, ktejasree, matan Cc: dev > > 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes 2021-08-05 10:40 ` [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm " Ananyev, Konstantin @ 2021-08-07 13:35 ` Jerin Jacob 0 siblings, 0 replies; 10+ messages in thread From: Jerin Jacob @ 2021-08-07 13:35 UTC (permalink / raw) To: Ananyev, Konstantin Cc: Nicolau, Radu, hemant.agrawal, gakhil, anoobj, Doherty, Declan, Sinha, Abhijit, Buckley, Daniel M, marchana, ktejasree, matan, dev 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 > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes 2021-08-05 10:20 [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes Radu Nicolau 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau 2021-08-05 10:40 ` [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm " Ananyev, Konstantin @ 2021-08-08 12:18 ` Slava Ovsiienko 2021-08-08 15:04 ` Thomas Monjalon 2 siblings, 1 reply; 10+ messages in thread From: Slava Ovsiienko @ 2021-08-08 12:18 UTC (permalink / raw) To: Radu Nicolau, hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, Matan Azrad, konstantin.ananyev Cc: dev > -----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> ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes 2021-08-08 12:18 ` Slava Ovsiienko @ 2021-08-08 15:04 ` Thomas Monjalon 0 siblings, 0 replies; 10+ messages in thread From: Thomas Monjalon @ 2021-08-08 15:04 UTC (permalink / raw) To: Radu Nicolau Cc: hemant.agrawal, gakhil, anoobj, declan.doherty, abhijit.sinha, daniel.m.buckley, marchana, ktejasree, Matan Azrad, konstantin.ananyev, dev, Slava Ovsiienko > > 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. ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-08-08 15:10 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-08-05 10:20 [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm structure changes Radu Nicolau 2021-08-05 10:20 ` [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform " Radu Nicolau 2021-08-05 10:42 ` Ananyev, Konstantin 2021-08-05 11:33 ` [dpdk-dev] [EXT] " Anoob Joseph 2021-08-08 12:17 ` [dpdk-dev] " Slava Ovsiienko 2021-08-08 15:10 ` Thomas Monjalon 2021-08-05 10:40 ` [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm " Ananyev, Konstantin 2021-08-07 13:35 ` Jerin Jacob 2021-08-08 12:18 ` Slava Ovsiienko 2021-08-08 15:04 ` Thomas Monjalon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).