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 059E7A0613 for ; Wed, 28 Aug 2019 06:15:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C2CDC1C1D0; Wed, 28 Aug 2019 06:15:58 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 0E6291C1D0 for ; Wed, 28 Aug 2019 06:15:57 +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 31947344; Tue, 27 Aug 2019 21:15:56 -0700 (PDT) Received: from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com [10.118.12.34]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 21CFA3F246; Tue, 27 Aug 2019 21:15:56 -0700 (PDT) From: Honnappa Nagarahalli To: thomas@monjalon.net Cc: web@dpdk.org, Honnappa Nagarahalli Date: Tue, 27 Aug 2019 23:15:37 -0500 Message-Id: <20190828041537.18020-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH] Add Arm's roadmap for 19.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" Add Arm's roadmap for 19.11 Signed-off-by: Honnappa Nagarahalli --- content/roadmap/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index ebac14f..32d4715 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -13,6 +13,14 @@ This list is obviously neither complete nor guaranteed. - Rx metadata in mbuf, with rte_flow API and mlx5 implementation - hairpin forwarding offload, with mlx5 implementation +- Performance optimizations in i40e and ixgbe PMDs for Arm platforms +- Add N1 Server Development Platform config +- Use C11 atomic built-in functions in mem-if driver +- Integrate WFE/SEV instructions in spinlock and ring library +- Add support for lock-free stack mempool handler +- Integrate RCU library with LPM and Hash libraries +- Template based rte_ring APIs to support custom ring element sizes +- Enable lock-free data path algorithms in L3-Fwd application ### Nice to have - Future {#future} ---- -- 2.17.1