From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5B7FDA04F2 for ; Tue, 9 Jun 2020 05:28:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 10ACE2B94; Tue, 9 Jun 2020 05:28:35 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 3F4392B91 for ; Tue, 9 Jun 2020 05:28:33 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 726DD1FB; Mon, 8 Jun 2020 20:28:32 -0700 (PDT) Received: from dp6132.usa.Arm.com (dp6132.usa.arm.com [10.118.91.150]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5FA5D3F66F; Mon, 8 Jun 2020 20:28:32 -0700 (PDT) From: Honnappa Nagarahalli To: web@dpdk.org, thomas@monjalon.net, honnappa.nagarahalli@arm.com Cc: nd@arm.com Date: Tue, 9 Jun 2020 03:28:23 +0000 Message-Id: <20200609032823.22469-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH] update Arm roadmap for 20.08 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" Signed-off-by: Honnappa Nagarahalli --- content/roadmap/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 4dd7b3e..3766b1d 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -13,6 +13,12 @@ This list is obviously neither complete nor guaranteed. - flow action object API - flow sampling and mirroring API +- Bit operations APIs for PMDs +- rte_atomic API deprecation with-in DPDK +- Use C11 atomic semantics in mbuf, eventdev, eal interrupts +- CPU frequency calculation using generic counter for Arm platforms +- LPM library integration with RCU library +- Change IO barriers to align with other-multi-copy atomicity memory model for Armv8-a - performance optimizations in mlx drivers for Arm platforms - mlx5 memory management options, and queue stop/start - mlx5 eCPRI matching and Tx scheduling for 5G @@ -32,7 +38,7 @@ This list is obviously neither complete nor guaranteed. ### Nice to have - Future {#future} ---- -- integrate RCU deferred resource reclamation API with LPM and hash libraries +- integrate RCU deferred resource reclamation API with hash library - lock-free l3fwd algorithms - multi-process rework - automatic UIO/VFIO binding -- 2.17.1