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 66EFBA04F3 for ; Thu, 19 Dec 2019 22:00:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 28E75235; Thu, 19 Dec 2019 22:00:13 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 7BC681BC25 for ; Thu, 19 Dec 2019 22:00:12 +0100 (CET) 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 A24DA1FB; Thu, 19 Dec 2019 13:00:11 -0800 (PST) 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 92E343F67D; Thu, 19 Dec 2019 13:00:11 -0800 (PST) From: Honnappa Nagarahalli To: web@dpdk.org Cc: honnappa.nagarahalli@arm.com, nd@arm.com Date: Thu, 19 Dec 2019 21:00:04 +0000 Message-Id: <20191219210004.8153-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH] update Arm roadmap for 20.02 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index ed727f0..771ddc6 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -12,18 +12,20 @@ This list is obviously neither complete nor guaranteed. ### Version 20.02 (2020 February) {#2002} - rte_flow actions for mirroring and multicast -- Arm WFE/SEV instructions in spinlock and ring library -- integrate RCU library with LPM and hash libraries -- lock-free l3fwd algorithms +- AArch64 crypto library integration with Armv8 crypto PMD +- Arm WFE/SEV instructions in ticket lock - eventdev examples in l3fwd and ipsec-secgw - OCTEON TX2 inline IPsec using rte_security - rte_security improved performance for IPsec with software crypto - regexdev -- template based ring API +- rte_ring API for user defined ring element size - UBSan in build ### Nice to have - Future {#future} ---- +- RCU APIs for deferred resource reclamation +- integrate RCU deferred resource reclamation APIs with LPM and hash libraries +- lock-free l3fwd algorithms - multi-process rework - automatic UIO/VFIO binding - infiniband driver class (ibdev) -- 2.17.1