DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: announce IPsec support on Arm
@ 2022-11-07  8:09 Ruifeng Wang
  2022-11-07  8:25 ` [EXT] " Akhil Goyal
  2022-11-07  8:49 ` [PATCH v2] " Ruifeng Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Ruifeng Wang @ 2022-11-07  8:09 UTC (permalink / raw)
  To: gakhil, roy.fan.zhang, thomas, david.marchand
  Cc: dev, honnappa.nagarahalli, nd, Ruifeng Wang

Updated release notes about the SNOW-3G and ZUC support on ARM platform.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
 doc/guides/rel_notes/release_22_11.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 61f7d4d0aa..e863a3e856 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -243,6 +243,10 @@ New Features
   Added a new crypto driver for the UADK library. See the
   :doc:`../cryptodevs/uadk` guide for more details on this new driver.
 
+* **Updated ipsec_mb crypto driver.**
+
+  Added SNOW-3G and ZUC support for ARM platform.
+
 * **Added bbdev operation for FFT processing.**
 
   Added a new operation type in bbdev for FFT processing with new functions
-- 
2.25.1


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

* RE: [EXT] [PATCH] doc: announce IPsec support on Arm
  2022-11-07  8:09 [PATCH] doc: announce IPsec support on Arm Ruifeng Wang
@ 2022-11-07  8:25 ` Akhil Goyal
  2022-11-07  8:34   ` Ruifeng Wang
  2022-11-07  8:49 ` [PATCH v2] " Ruifeng Wang
  1 sibling, 1 reply; 5+ messages in thread
From: Akhil Goyal @ 2022-11-07  8:25 UTC (permalink / raw)
  To: Ruifeng Wang, roy.fan.zhang, thomas, david.marchand
  Cc: dev, honnappa.nagarahalli, nd

> Updated release notes about the SNOW-3G and ZUC support on ARM platform.
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
> ---
This was missed in the original patch. Can you add a Fixes tag for which this support was added?

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

* RE: [EXT] [PATCH] doc: announce IPsec support on Arm
  2022-11-07  8:25 ` [EXT] " Akhil Goyal
@ 2022-11-07  8:34   ` Ruifeng Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Ruifeng Wang @ 2022-11-07  8:34 UTC (permalink / raw)
  To: Akhil Goyal, roy.fan.zhang, thomas, david.marchand
  Cc: dev, Honnappa Nagarahalli, nd, nd

> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Monday, November 7, 2022 4:26 PM
> To: Ruifeng Wang <Ruifeng.Wang@arm.com>; roy.fan.zhang@intel.com; thomas@monjalon.net;
> david.marchand@redhat.com
> Cc: dev@dpdk.org; Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>; nd <nd@arm.com>
> Subject: RE: [EXT] [PATCH] doc: announce IPsec support on Arm
> 
> > Updated release notes about the SNOW-3G and ZUC support on ARM platform.
> >
> > Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
> > ---
> This was missed in the original patch. Can you add a Fixes tag for which this support was
> added?

Sure, I will send out version 2.
Thanks.

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

* [PATCH v2] doc: announce IPsec support on Arm
  2022-11-07  8:09 [PATCH] doc: announce IPsec support on Arm Ruifeng Wang
  2022-11-07  8:25 ` [EXT] " Akhil Goyal
@ 2022-11-07  8:49 ` Ruifeng Wang
  2022-11-08  5:27   ` [EXT] " Akhil Goyal
  1 sibling, 1 reply; 5+ messages in thread
From: Ruifeng Wang @ 2022-11-07  8:49 UTC (permalink / raw)
  To: gakhil, royzhang1980, thomas, david.marchand
  Cc: dev, honnappa.nagarahalli, nd, Ruifeng Wang

Updated release notes about the SNOW-3G and ZUC support on ARM platform.

Fixes: 0899a87ce7c7 ("crypto/ipsec_mb: enable IPsec on Arm platform")

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
 doc/guides/rel_notes/release_22_11.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 61f7d4d0aa..e863a3e856 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -243,6 +243,10 @@ New Features
   Added a new crypto driver for the UADK library. See the
   :doc:`../cryptodevs/uadk` guide for more details on this new driver.
 
+* **Updated ipsec_mb crypto driver.**
+
+  Added SNOW-3G and ZUC support for ARM platform.
+
 * **Added bbdev operation for FFT processing.**
 
   Added a new operation type in bbdev for FFT processing with new functions
-- 
2.25.1


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

* RE: [EXT] [PATCH v2] doc: announce IPsec support on Arm
  2022-11-07  8:49 ` [PATCH v2] " Ruifeng Wang
@ 2022-11-08  5:27   ` Akhil Goyal
  0 siblings, 0 replies; 5+ messages in thread
From: Akhil Goyal @ 2022-11-08  5:27 UTC (permalink / raw)
  To: Ruifeng Wang, royzhang1980, thomas, david.marchand
  Cc: dev, honnappa.nagarahalli, nd

> Subject: [EXT] [PATCH v2] doc: announce IPsec support on Arm
> Updated release notes about the SNOW-3G and ZUC support on ARM platform.
> 
> Fixes: 0899a87ce7c7 ("crypto/ipsec_mb: enable IPsec on Arm platform")
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Applied to dpdk-next-crypto

Thanks.

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

end of thread, other threads:[~2022-11-08  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  8:09 [PATCH] doc: announce IPsec support on Arm Ruifeng Wang
2022-11-07  8:25 ` [EXT] " Akhil Goyal
2022-11-07  8:34   ` Ruifeng Wang
2022-11-07  8:49 ` [PATCH v2] " Ruifeng Wang
2022-11-08  5:27   ` [EXT] " 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).