From patchwork Fri Sep 11 05:00:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 77317 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50E34A04B5; Fri, 11 Sep 2020 07:01:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 436918F96; Fri, 11 Sep 2020 07:01:06 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 46E078F96 for ; Fri, 11 Sep 2020 07:01:04 +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 996D2106F; Thu, 10 Sep 2020 22:01:03 -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 931F23F66E; Thu, 10 Sep 2020 22:01:03 -0700 (PDT) From: Honnappa Nagarahalli To: web@dpdk.org, thomas@monjalon.net, honnappa.nagarahalli@arm.com Cc: nd@arm.com Date: Fri, 11 Sep 2020 05:00:57 +0000 Message-Id: <20200911050057.25357-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH] update Arm roadmap for 20.11 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-September/180446.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 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. - 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 - 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 - vhost DMA operations with CBDMA ioat driver - virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS - IF proxy - performance test for IP reassembly +- Enable runtime config for burst stats and CPU cycle stats in testpmd - 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