update Arm roadmap for 20.11

Message ID 20200911050057.25357-1-honnappa.nagarahalli@arm.com (mailing list archive)
State Accepted
Headers
Series update Arm roadmap for 20.11 |

Commit Message

Honnappa Nagarahalli Sept. 11, 2020, 5 a.m. UTC
  Roadmap was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-September/180446.html

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
---
 content/roadmap/_index.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

Thomas Monjalon Sept. 23, 2020, 9:42 p.m. UTC | #1
>  <!-- General -->
>  - x86 direct-store (write-combined) memory write (movdiri)
>  - Arm CRC32 in generic API
> +- Scatter-Gather APIs for rte_ring
> +- Integrate RCU deferred resource reclamation APIs with rte_hash library
> +- Performance improvements to rte_stack library
> +- Use C11 atomic builtins in rte_bbdev, rte_eal, rte_ethdev and rte_power

Removed rte_ prefix to make it shorter, easier to read.

> libraries> 
>  <!-- Networking -->
>  - FIB vector lookup
>  - Tx QoS marking API
> @@ -24,12 +28,14 @@ This list is obviously neither complete nor guaranteed.
>  - octeontx2 packet mirroring
>  - octeontx2 rte_tm enhancement
>  - qede SR-IOV PF
> +- deprecate rte_cio barrier APIs

Removed this one (neither a feature nor a major milestone).

Applied, thanks
  

Patch

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 73a99e2..420ce0d 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -14,6 +14,10 @@  This list is obviously neither complete nor guaranteed.
 <!-- General -->
 - x86 direct-store (write-combined) memory write (movdiri)
 - Arm CRC32 in generic API
+- Scatter-Gather APIs for rte_ring
+- Integrate RCU deferred resource reclamation APIs with rte_hash library
+- Performance improvements to rte_stack library
+- Use C11 atomic builtins in rte_bbdev, rte_eal, rte_ethdev and rte_power libraries
 <!-- Networking -->
 - FIB vector lookup
 - Tx QoS marking API
@@ -24,12 +28,14 @@  This list is obviously neither complete nor guaranteed.
 - octeontx2 packet mirroring
 - octeontx2 rte_tm enhancement
 - qede SR-IOV PF
+- deprecate rte_cio barrier APIs
 <!-- Virtualisation -->
 - vhost DMA operations with CBDMA ioat driver
 - virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
 <!-- Network apps -->
 - IF proxy
 - performance test for IP reassembly
+- Enable runtime config for burst stats and CPU cycle stats in testpmd
 <!-- Crypto -->
 <!-- Others -->
 - regex driver based on libpcre
@@ -38,7 +44,6 @@  This list is obviously neither complete nor guaranteed.
 
 ### Nice to have - Future {#future}
 ----
-- integrate RCU deferred resource reclamation API with hash library
 - lock-free l3fwd algorithms
 - multi-process rework
 - automatic UIO/VFIO binding