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 4B307A0507; Mon, 4 Apr 2022 16:13:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CEB84281A; Mon, 4 Apr 2022 16:13:50 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D53644068C for ; Mon, 4 Apr 2022 16:13:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649081628; x=1680617628; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=t3KHNFvdy+GXG+gQo325s9K1CAL34dz55AoQDZFG0V0=; b=GMg2sgh4pzolkmIFh7FPnV7IhE2U7GWNgaXx2fDbE7QztDI3OjrUHHdu RT0Y9jKv/P+ybqM0KUtMcLcclXFxSKx/ofgN2QL9QzXr+I9/JpPb0CrjG oFPXwAMtkiXagQqjTwfdqF3gHkut2LmD+z1L4zCX96wtwNyEhfSGIY6Iv F5RBlmCvoJf95xYTdtNqZKuY79FNSN+cBl8EVu9gwYsoV3TgL6Mzx5q2C Z5EVix7qjE/1Lkb3a/6Xvjq1p9xBNtVFNKbfVjkXwDJIzxZZV4w34Otsj Cq3Lhqpcjx/bKE+YkRGIxPqLcQ2yvSCbh8QQLfMeiQSxGk8UNBwPZ5c8v g==; X-IronPort-AV: E=McAfee;i="6200,9189,10306"; a="259352926" X-IronPort-AV: E=Sophos;i="5.90,234,1643702400"; d="scan'208";a="259352926" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2022 07:13:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,234,1643702400"; d="scan'208";a="548666581" Received: from silpixa00401160.ir.intel.com ([10.55.129.88]) by orsmga007.jf.intel.com with ESMTP; 04 Apr 2022 07:13:45 -0700 From: Conor Walsh To: web@dpdk.org Cc: thomas@monjalon.net, Conor Walsh , John McNamara Subject: [PATCH] update Intel roadmap for 22.07 Date: Mon, 4 Apr 2022 15:13:42 +0100 Message-Id: <20220404141342.6418-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 --- v2: - Drop removal of "qat with OpenSSL-3.0 library" - Add missing item "Intel AFU PMD based on rawdev" --- content/roadmap/_index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 58da90e..7e04982 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -19,6 +19,12 @@ This list is obviously neither complete nor guaranteed. - Tx QoS marking API - VLAN-based input color metering - AVF software back-end driver with device emulation libraries +- dmadev library add telemetry support +- 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,19 +32,38 @@ 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 +- 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 +- 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 +- Add thread-unsafe/thread-safe in-flight packets check +- AESNI-MB PMD support chained mbuf for AES GCM and chachapoly +- 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 - event vector support in SW Rx eventdev adapter - control adapter and RX adapter enhancements in DLB driver +- add eventdev_dump sample application +- EEPROM info dump add telemetric command ### Nice to have - Future {#future} ---- -- 2.25.1