From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29634A00BE; Mon, 25 Apr 2022 15:06:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BC5C41109; Mon, 25 Apr 2022 15:06:58 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 6387940E78 for ; Mon, 25 Apr 2022 15:06:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650892016; x=1682428016; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4TLrahtcGG4SKp1Va5LpuN+aHIg/KrHiy+fzYxKTEb4=; b=PWY4Y6m7zi847FIdp1fiHZwQ3hL9Bwi/RrqWgJR7SUGQYQ+8a4Y8fE5t hFqGB33MbvQnV+Rccvplcu9EKUwK2qE29v3sABEAwmQfP5UitztnfVAjq MhyEIBQiG+Lb//vwdF0OdfrVh+7E59PGYw5UMcjyzI00PCCXI1B7qI1Te JE9A3OPX7qBrECJW6fd1bVGYSf1OFscDq7/Z9Mr1s2VPLK59qRuXiAi40 2OjbxzRRpN6qTEx2MGXeHX11BQgpOO0fA1mteYkubuL8JbHBaDwlapNV7 GuGbtv45zsslN6j9bdjwOhSi8fbJvIsLGqzlLmyCIgfBhLBjkgOTgG/o3 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10327"; a="351688343" X-IronPort-AV: E=Sophos;i="5.90,288,1643702400"; d="scan'208";a="351688343" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 06:06:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,288,1643702400"; d="scan'208";a="595231128" Received: from silpixa00401160.ir.intel.com ([10.55.129.146]) by orsmga001.jf.intel.com with ESMTP; 25 Apr 2022 06:06:53 -0700 From: Conor Walsh To: thomas@monjalon.net, john.mcnamara@intel.com Cc: web@dpdk.org, Conor Walsh Subject: [PATCH v4] update Intel roadmap for 22.07 Date: Mon, 25 Apr 2022 14:06:52 +0100 Message-Id: <20220425130652.4736-1-conor.walsh@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220324122439.27090-1-conor.walsh@intel.com> References: <20220324122439.27090-1-conor.walsh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Signed-off-by: Conor Walsh Acked-by: John McNamara --- v4: Minor reword to vhost item based on feedback v3: - Reworded some items based on feedback - Moved some items to new sections based on feedback v2: - Drop removal of "qat with OpenSSL-3.0 library" - Add missing item "Intel AFU PMD based on rawdev" --- content/roadmap/_index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 5040d13..dec8f7a 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -14,11 +14,18 @@ This list is obviously neither complete nor guaranteed. - index-based per core mempool cache - Arm CRC32 in generic API +- dmadev library add telemetry support +- telemetry add support to dump EEPROM information - direct-rearm of Rx side buffers - Tx QoS marking API - VLAN-based input color metering - AVF software back-end driver with device emulation libraries +- ethdev library add protocol-based header split API +- pipeline connection tracking improvements +- pipeline packet mirroring support +- pipeline hash support +- pipeline default action arguments - bonding Tx prepare - mlx5 inline IPsec ESP crypto @@ -26,18 +33,35 @@ This list is obviously neither complete nor guaranteed. - qede initial support for next generation hardware - qede flow API support - spnic driver for Ramaxel devices +- bbdev new PMD for Intel ACC101 device +- iavf PMD add raw pattern rte_flow support +- iavf PMD add Rx timestamp offload support +- ice PMD add header split support +- ice PMD implement rte_tm to support 3 level QoS +- Intel IPU SoC add new "idpf" PMD +- Intel AFU PMD based on rawdev - vhost async dequeue for split ring and enable in vhost sample app - vhost library statistics - virtio hash reporting +- vhost add thread-unsafe/thread-safe in-flight packets check +- vhost add async dequeue support for split ring +- vhost add small copy with CPU in DSA accelerated vhost - more info in dpdk-proc-info - qat with OpenSSL-3.0 library +- openssl PMD add OpenSSL 3.0 lib support +- QAT PMD remove deprecated dependency on openssl 1.x +- QAT Gen 4 add asymmetric crypto algorithm support +- AESNI-MB PMD support chained mbuf for AES GCM and chachapoly - event vector support in SW Rx eventdev adapter - control adapter and RX adapter enhancements in DLB driver +- DLB add support for DLB 2.5 QE weight hardware feature +- DLB allow assignment of SW/HW credit quanta assignment on port usage hint +- DLB allow dlb2 eventdev apps to use specific COS on per port basis ### Nice to have - Future {#future} -- 2.25.1