update Arm roadmap for 23.07

Message ID 20230531101746.2368725-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series update Arm roadmap for 23.07 |

Commit Message

Thomas Monjalon May 31, 2023, 10:17 a.m. UTC
  Was announced in the dpdk-dev mailing list:
https://mails.dpdk.org/archives/dev/2023-May/267970.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Comments

Honnappa Nagarahalli May 31, 2023, 9:21 p.m. UTC | #1
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, May 31, 2023 5:18 AM
> To: web@dpdk.org
> Cc: Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>
> Subject: [PATCH] update Arm roadmap for 23.07
> 
> Was announced in the dpdk-dev mailing list:
> https://mails.dpdk.org/archives/dev/2023-May/267970.html
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Looks good.
Reviewed-by: Honnappa Nagarahalli <Honnappa.nagarahalli@arm.com>

> ---
>  content/roadmap/_index.md | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index
> 0cfb07d..0cdc0c9 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -17,11 +17,12 @@ This list is obviously neither complete nor guaranteed.
>  - mempool cache zero-copy get/put bulk
>  - index-based per core mempool cache
>  - memarea library
> +- ring generic implementation removal and C11 improvement
>  - PMU counter for self monitoring/profiling
>  - PDCP protocol library
>  - dmadev trace points
>  <!-- Networking -->
> -- direct-rearm of Rx side buffers
> +- buffer recycle (a.k.a direct-rearm of Rx side buffers)
>  - Tx QoS marking API
>  - ethdev telemetry RSS, Rx/Tx burst mode info
>  - flow item for RoCE
> @@ -49,6 +50,8 @@ This list is obviously neither complete nor guaranteed.
>  - testpmd attach/detach on primary and secondary
>  <!-- Crypto -->
>  - mlx5 AES-GCM
> +- ipsec_mb for tag SECLIB-IPSEC-2023.3.21
> +- qat on ARM
>  - qat without dependency on OpenSSL-1.x
>  <!-- Compress -->
>  <!-- Event -->
> --
> 2.40.1
  

Patch

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 0cfb07d..0cdc0c9 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -17,11 +17,12 @@  This list is obviously neither complete nor guaranteed.
 - mempool cache zero-copy get/put bulk
 - index-based per core mempool cache
 - memarea library
+- ring generic implementation removal and C11 improvement
 - PMU counter for self monitoring/profiling
 - PDCP protocol library
 - dmadev trace points
 <!-- Networking -->
-- direct-rearm of Rx side buffers
+- buffer recycle (a.k.a direct-rearm of Rx side buffers)
 - Tx QoS marking API
 - ethdev telemetry RSS, Rx/Tx burst mode info
 - flow item for RoCE
@@ -49,6 +50,8 @@  This list is obviously neither complete nor guaranteed.
 - testpmd attach/detach on primary and secondary
 <!-- Crypto -->
 - mlx5 AES-GCM
+- ipsec_mb for tag SECLIB-IPSEC-2023.3.21
+- qat on ARM
 - qat without dependency on OpenSSL-1.x
 <!-- Compress -->
 <!-- Event -->