[1/1] update Arm roadmap for 21.02

Message ID 20210104221928.1569234-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series [1/1] update Arm roadmap for 21.02 |

Commit Message

Thomas Monjalon Jan. 4, 2021, 10:19 p.m. UTC
  Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-December/194887.html

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

Comments

Honnappa Nagarahalli Jan. 5, 2021, 12:22 a.m. UTC | #1
<snip>

> 
> Was announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2020-December/194887.html
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>

Thank you for sending this out.

> ---
>  content/roadmap/_index.md | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index 7dbe4eb..a663441 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -13,6 +13,9 @@ This list is obviously neither complete nor guaranteed.
> 
>  <!-- General -->
>  - Arm CRC32 in generic API
> +- Arm Scalable Vector Extensions (SVE) used in LPM4 library
> +- Arm meson build rework to support native compilation
> +- Aarch32 cross-compilation support
>  - x86 power management enhancements using UMWAIT and TPAUSE
> instructions
>  <!-- Networking -->
>  - Tx QoS marking API
> @@ -40,6 +43,8 @@ This list is obviously neither complete nor guaranteed.
>  - vhost async data path performance optimizations
>  - vhost memory tables handler refactoring
>  - virtio PMD refactoring
> +- virtio packed ring path using Arm NEON
> +- C11 atomic builtins instead of rte_smp_xx barrier in
> +vhost/virtio/eventdev
>  <!-- Network apps -->
>  - IF proxy
>  - performance test for IP reassembly
> --
> 2.29.2
  

Patch

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 7dbe4eb..a663441 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -13,6 +13,9 @@  This list is obviously neither complete nor guaranteed.
 
 <!-- General -->
 - Arm CRC32 in generic API
+- Arm Scalable Vector Extensions (SVE) used in LPM4 library
+- Arm meson build rework to support native compilation
+- Aarch32 cross-compilation support
 - x86 power management enhancements using UMWAIT and TPAUSE instructions
 <!-- Networking -->
 - Tx QoS marking API
@@ -40,6 +43,8 @@  This list is obviously neither complete nor guaranteed.
 - vhost async data path performance optimizations
 - vhost memory tables handler refactoring
 - virtio PMD refactoring
+- virtio packed ring path using Arm NEON
+- C11 atomic builtins instead of rte_smp_xx barrier in vhost/virtio/eventdev
 <!-- Network apps -->
 - IF proxy
 - performance test for IP reassembly