DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag
@ 2024-02-28 17:52 Wathsala Vithanage
  2024-03-01  8:15 ` [EXTERNAL] " Akhil Goyal
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Wathsala Vithanage @ 2024-02-28 17:52 UTC (permalink / raw)
  To: Kai Ji, Pablo de Lara
  Cc: gakhil, ciara.power, probb, dev, nd, Wathsala Vithanage,
	Ruifeng Wang, Honnappa Nagarahalli, Jack Bond-Preston

Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2023.10.13
in snow3g and zuc documentation. Tag SECLIB-IPSEC-2023.10.13 updates
IPSec-MB library version to 1.4.

Signed-off-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
---
 doc/guides/cryptodevs/snow3g.rst | 2 +-
 doc/guides/cryptodevs/zuc.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index 3392932653..e255b1c2c7 100644
--- a/doc/guides/cryptodevs/snow3g.rst
+++ b/doc/guides/cryptodevs/snow3g.rst
@@ -54,7 +54,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.10.13.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index a414b5ad2c..24454b23a5 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -53,7 +53,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.10.13.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag
  2024-02-28 17:52 [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag Wathsala Vithanage
@ 2024-03-01  8:15 ` Akhil Goyal
  2024-03-05 16:06   ` Akhil Goyal
  2024-03-06 14:49 ` [PATCH V2] doc/ipsec_mb: " Wathsala Vithanage
  2024-03-12 17:33 ` [PATCH v3] " Jack Bond-Preston
  2 siblings, 1 reply; 11+ messages in thread
From: Akhil Goyal @ 2024-03-01  8:15 UTC (permalink / raw)
  To: Wathsala Vithanage, Kai Ji, Pablo de Lara
  Cc: ciara.power, probb, dev, nd, Ruifeng Wang, Honnappa Nagarahalli,
	Jack Bond-Preston

> Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2023.10.13
> in snow3g and zuc documentation. Tag SECLIB-IPSEC-2023.10.13 updates
> IPSec-MB library version to 1.4.
> 
> Signed-off-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
> ---
I believe this patch would need a rework due to the issue found in 
https://patches.dpdk.org/project/dpdk/patch/20240228113301.934291-1-brian.dooley@intel.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-01  8:15 ` [EXTERNAL] " Akhil Goyal
@ 2024-03-05 16:06   ` Akhil Goyal
  2024-03-05 17:44     ` Wathsala Wathawana Vithanage
  0 siblings, 1 reply; 11+ messages in thread
From: Akhil Goyal @ 2024-03-05 16:06 UTC (permalink / raw)
  To: Wathsala Vithanage, Kai Ji, Pablo de Lara
  Cc: ciara.power, probb, dev, nd, Ruifeng Wang, Honnappa Nagarahalli,
	Jack Bond-Preston

> Subject: RE: [EXTERNAL] [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library
> tag
> 
> > Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2023.10.13
> > in snow3g and zuc documentation. Tag SECLIB-IPSEC-2023.10.13 updates
> > IPSec-MB library version to 1.4.
> >
> > Signed-off-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> > Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> > Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
> > ---
> I believe this patch would need a rework due to the issue found in
> https://patches.dpdk.org/project/dpdk/patch/20240228113301.934291-1-
> brian.dooley@intel.com/
Hi Wathsala,
Any update on the updated tag and this patch?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-05 16:06   ` Akhil Goyal
@ 2024-03-05 17:44     ` Wathsala Wathawana Vithanage
  0 siblings, 0 replies; 11+ messages in thread
From: Wathsala Wathawana Vithanage @ 2024-03-05 17:44 UTC (permalink / raw)
  To: Akhil Goyal, Kai Ji, Pablo de Lara
  Cc: ciara.power, probb, dev, nd, Ruifeng Wang, Honnappa Nagarahalli,
	Jack Bond-Preston, nd

> Hi Wathsala,
> Any update on the updated tag and this patch?

Hi Akhil,
Tag SECLIB-IPSEC-2024.03.05 has been created.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH V2] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-02-28 17:52 [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag Wathsala Vithanage
  2024-03-01  8:15 ` [EXTERNAL] " Akhil Goyal
@ 2024-03-06 14:49 ` Wathsala Vithanage
  2024-03-12 17:33 ` [PATCH v3] " Jack Bond-Preston
  2 siblings, 0 replies; 11+ messages in thread
From: Wathsala Vithanage @ 2024-03-06 14:49 UTC (permalink / raw)
  To: Kai Ji, Pablo de Lara
  Cc: gakhil, ciara.power, probb, dev, nd, Wathsala Vithanage,
	Ruifeng Wang, Honnappa Nagarahalli, Jack Bond-Preston

Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.05
in snow3g and zuc documentation. Tag SECLIB-IPSEC-2024.03.05 updates
IPSec-MB library version to 1.4.

Signed-off-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
---
 doc/guides/cryptodevs/snow3g.rst | 2 +-
 doc/guides/cryptodevs/zuc.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index 3392932653..6587fd3f3c 100644
--- a/doc/guides/cryptodevs/snow3g.rst
+++ b/doc/guides/cryptodevs/snow3g.rst
@@ -54,7 +54,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.03.05.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index a414b5ad2c..d5b9bb6da5 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -53,7 +53,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.03.05.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-02-28 17:52 [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag Wathsala Vithanage
  2024-03-01  8:15 ` [EXTERNAL] " Akhil Goyal
  2024-03-06 14:49 ` [PATCH V2] doc/ipsec_mb: " Wathsala Vithanage
@ 2024-03-12 17:33 ` Jack Bond-Preston
  2024-03-14 18:50   ` [EXTERNAL] " Akhil Goyal
  2 siblings, 1 reply; 11+ messages in thread
From: Jack Bond-Preston @ 2024-03-12 17:33 UTC (permalink / raw)
  To: Thomas Monjalon, Kai Ji, Pablo de Lara
  Cc: gakhil, ciara.power, probb, dev, Wathsala Vithanage

Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12
in snow3g and zuc documentation.

Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
---
 .mailmap                         | 1 +
 doc/guides/cryptodevs/snow3g.rst | 2 +-
 doc/guides/cryptodevs/zuc.rst    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index 58cca13ef6..ac90b71a04 100644
--- a/.mailmap
+++ b/.mailmap
@@ -574,6 +574,7 @@ Jacek Bułatek <jacekx.bulatek@intel.com>
 Jacek Naczyk <jacek.naczyk@intel.com>
 Jacek Piasecki <jacekx.piasecki@intel.com>
 Jacek Siuda <jck@semihalf.com>
+Jack Bond-Preston <jack.bond-preston@arm.com> <jack.bond-preston@foss.arm.com>
 Jacob Keller <jacob.e.keller@intel.com>
 Jakub Chylkowski <jakubx.chylkowski@intel.com>
 Jakub Grajciar <jgrajcia@cisco.com>
diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst
index 3392932653..9c00aa03fa 100644
--- a/doc/guides/cryptodevs/snow3g.rst
+++ b/doc/guides/cryptodevs/snow3g.rst
@@ -54,7 +54,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.03.12.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
index a414b5ad2c..49a5eada46 100644
--- a/doc/guides/cryptodevs/zuc.rst
+++ b/doc/guides/cryptodevs/zuc.rst
@@ -53,7 +53,7 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.5.zi
 
 For Arm system, ARM64 port of the multi-buffer library can be downloaded from
 `<https://gitlab.arm.com/arm-reference-solutions/ipsec-mb/-/tree/main/>`_. The
-latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20.
+latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2024.03.12.
 
 After downloading the library, the user needs to unpack and compile it
 on their system before building DPDK:
-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-12 17:33 ` [PATCH v3] " Jack Bond-Preston
@ 2024-03-14 18:50   ` Akhil Goyal
  2024-03-14 19:54     ` Patrick Robb
  0 siblings, 1 reply; 11+ messages in thread
From: Akhil Goyal @ 2024-03-14 18:50 UTC (permalink / raw)
  To: Jack Bond-Preston, Thomas Monjalon, Kai Ji, Pablo de Lara, Patrick Robb
  Cc: ciara.power, probb, dev, Wathsala Vithanage

> Subject: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
> 
> Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12
> in snow3g and zuc documentation.
> 
> Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
> Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
Is this tag verified in CI?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-14 18:50   ` [EXTERNAL] " Akhil Goyal
@ 2024-03-14 19:54     ` Patrick Robb
  2024-03-14 20:04       ` Akhil Goyal
  0 siblings, 1 reply; 11+ messages in thread
From: Patrick Robb @ 2024-03-14 19:54 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Jack Bond-Preston, Thomas Monjalon, Kai Ji, Pablo de Lara,
	ciara.power, dev, Wathsala Vithanage

We are rebuilding from this tag right now. I know the IPSEC update is
now postponed until after 24.03, but once this install is done, do you
want me to issue retests for all the recent patches which had failed
for ARM on this library previously? Then I guess it will be verified
as you say.

On Thu, Mar 14, 2024 at 2:50 PM Akhil Goyal <gakhil@marvell.com> wrote:
>
> > Subject: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
> >
> > Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12
> > in snow3g and zuc documentation.
> >
> > Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
> > Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> Is this tag verified in CI?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-14 19:54     ` Patrick Robb
@ 2024-03-14 20:04       ` Akhil Goyal
  2024-03-15 18:17         ` Patrick Robb
  0 siblings, 1 reply; 11+ messages in thread
From: Akhil Goyal @ 2024-03-14 20:04 UTC (permalink / raw)
  To: Patrick Robb, Brian Dooley, ciara.power
  Cc: Jack Bond-Preston, Thomas Monjalon, Kai Ji, Pablo de Lara, dev,
	Wathsala Vithanage



> Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library
> tag
> 
> We are rebuilding from this tag right now. I know the IPSEC update is
> now postponed until after 24.03, but once this install is done, do you
> want me to issue retests for all the recent patches which had failed
> for ARM on this library previously? Then I guess it will be verified
> as you say.
> 
Yes, IPsec-mb update is postponed.
But, I remember Bryan highlighted an issue in existing library.
Just wanted to check if this tag can be used in the current release or
Are we good without any changes. 

> On Thu, Mar 14, 2024 at 2:50 PM Akhil Goyal <gakhil@marvell.com> wrote:
> >
> > > Subject: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library
> tag
> > >
> > > Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12
> > > in snow3g and zuc documentation.
> > >
> > > Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
> > > Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> > Is this tag verified in CI?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-14 20:04       ` Akhil Goyal
@ 2024-03-15 18:17         ` Patrick Robb
  2024-03-22 19:38           ` Akhil Goyal
  0 siblings, 1 reply; 11+ messages in thread
From: Patrick Robb @ 2024-03-15 18:17 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Brian Dooley, ciara.power, Jack Bond-Preston, Thomas Monjalon,
	Kai Ji, Pablo de Lara, dev, Wathsala Vithanage

On Thu, Mar 14, 2024 at 4:04 PM Akhil Goyal <gakhil@marvell.com> wrote:
>
>
>
> > Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library
> > tag
> >
> > We are rebuilding from this tag right now. I know the IPSEC update is
> > now postponed until after 24.03, but once this install is done, do you
> > want me to issue retests for all the recent patches which had failed
> > for ARM on this library previously? Then I guess it will be verified
> > as you say.
> >
> Yes, IPsec-mb update is postponed.
> But, I remember Bryan highlighted an issue in existing library.
> Just wanted to check if this tag can be used in the current release or
> Are we good without any changes.

Okay, triggered a DPDK main "periodic run" on the CI now that we are
running from SECLIB-IPSEC-2024.03.12 and I see it passed. So it looks
like this tag can be used with the current release.

Otherwise, I will take the opportunity to just trigger retests for all
series which failed the crypto tests on ARM in recent weeks, just so
we know whether the new library makes a difference (it should), even
though the new requirement won't go through.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag
  2024-03-15 18:17         ` Patrick Robb
@ 2024-03-22 19:38           ` Akhil Goyal
  0 siblings, 0 replies; 11+ messages in thread
From: Akhil Goyal @ 2024-03-22 19:38 UTC (permalink / raw)
  To: Patrick Robb
  Cc: Brian Dooley, ciara.power, Jack Bond-Preston, Thomas Monjalon,
	Kai Ji, Pablo de Lara, dev, Wathsala Vithanage


> > > Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB
> library
> > > tag
> > >
> > > We are rebuilding from this tag right now. I know the IPSEC update is
> > > now postponed until after 24.03, but once this install is done, do you
> > > want me to issue retests for all the recent patches which had failed
> > > for ARM on this library previously? Then I guess it will be verified
> > > as you say.
> > >
> > Yes, IPsec-mb update is postponed.
> > But, I remember Bryan highlighted an issue in existing library.
> > Just wanted to check if this tag can be used in the current release or
> > Are we good without any changes.
> 
> Okay, triggered a DPDK main "periodic run" on the CI now that we are
> running from SECLIB-IPSEC-2024.03.12 and I see it passed. So it looks
> like this tag can be used with the current release.
> 
> Otherwise, I will take the opportunity to just trigger retests for all
> series which failed the crypto tests on ARM in recent weeks, just so
> we know whether the new library makes a difference (it should), even
> though the new requirement won't go through.

Thanks Patrick for testing this out.

Applied to dpdk-next-crypto

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-22 19:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 17:52 [PATCH] crypto/ipsec_mb: update Arm IPsec-MB library tag Wathsala Vithanage
2024-03-01  8:15 ` [EXTERNAL] " Akhil Goyal
2024-03-05 16:06   ` Akhil Goyal
2024-03-05 17:44     ` Wathsala Wathawana Vithanage
2024-03-06 14:49 ` [PATCH V2] doc/ipsec_mb: " Wathsala Vithanage
2024-03-12 17:33 ` [PATCH v3] " Jack Bond-Preston
2024-03-14 18:50   ` [EXTERNAL] " Akhil Goyal
2024-03-14 19:54     ` Patrick Robb
2024-03-14 20:04       ` Akhil Goyal
2024-03-15 18:17         ` Patrick Robb
2024-03-22 19:38           ` Akhil Goyal

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