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 A77EEA0517 for ; Wed, 10 Jun 2020 02:38:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50CF32142; Wed, 10 Jun 2020 02:38:41 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 0893CF72 for ; Wed, 10 Jun 2020 02:38:38 +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 75EAE1F1; Tue, 9 Jun 2020 17:38:38 -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 6749E3F6CF; Tue, 9 Jun 2020 17:38:38 -0700 (PDT) From: Honnappa Nagarahalli To: web@dpdk.org, thomas@monjalon.net, honnappa.nagarahalli@arm.com Cc: nd@arm.com Date: Wed, 10 Jun 2020 00:38:30 +0000 Message-Id: <20200610003830.5155-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH v2] 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" Roadmap was announced in the dpdk-dev mailing list: http://mails.dpdk.org/archives/dev/2020-June/169542.html Signed-off-by: Honnappa Nagarahalli --- content/roadmap/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 4dd7b3e..b4a259e 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -13,6 +13,11 @@ This list is obviously neither complete nor guaranteed. - flow action object API - flow sampling and mirroring API +- Bit operations APIs for PMDs +- Use C11 atomic semantics in mbuf, eventdev, eal interrupts +- CPU frequency calculation using generic counter for Arm platforms +- Integrate RCU library with LPM library +- Change IO barriers to use 'DMB' instruction 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 +37,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