From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <web-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E0A10A0093;
	Thu, 21 Apr 2022 14:56:58 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id DA875427EA;
	Thu, 21 Apr 2022 14:56:58 +0200 (CEST)
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by mails.dpdk.org (Postfix) with ESMTP id B59D540040
 for <web@dpdk.org>; Thu, 21 Apr 2022 14:56: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=1650545816; x=1682081816;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=RhI0EVwC/e0ZBxtBetqkDR9yZ9ny/FGSzSWZSzZbaO4=;
 b=O77+PPcvp3mdfqHmJIzjS+wlcpR+LapTt1m7dTjXVMrKminMskOyxY9Z
 gL7rZ28MY6rjHLRejvcE/YYmfdGm3jRGY4xCLdifHaoVYf3pXutCEQCyR
 6a+iOMlnPATpM/iz4ep1kHk6ajGd7bGBYrdK0dRO0ZIE7f5B/HXI2nMOA
 wY/vwGgQPo1rWfe7D17JSNLk6yM2gmx2t8sAyyVDayFqRz6KDDS3kov6t
 au8J550cP8FIGOHeprnHDkcQgcGHh8Rp+Fic/eeiwX28rCOpV6d/leMef
 h9MvIp3xwvCreX6nbozDUFHsq+k9N89UcRtOl6HwsTBtKMIElo0gCJ286 A==;
X-IronPort-AV: E=McAfee;i="6400,9594,10323"; a="350781368"
X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="350781368"
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 21 Apr 2022 05:56:55 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="727981754"
Received: from silpixa00401160.ir.intel.com ([10.55.129.88])
 by orsmga005.jf.intel.com with ESMTP; 21 Apr 2022 05:56:54 -0700
From: Conor Walsh <conor.walsh@intel.com>
To: thomas@monjalon.net,
	john.mcnamara@intel.com
Cc: web@dpdk.org,
	Conor Walsh <conor.walsh@intel.com>
Subject: [PATCH v3] update Intel roadmap for 22.07
Date: Thu, 21 Apr 2022 13:55:54 +0100
Message-Id: <20220421125554.10765-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 <web.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
Errors-To: web-bounces@dpdk.org

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

---

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..d5b8a6e 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -14,11 +14,18 @@ This list is obviously neither complete nor guaranteed.
 <!-- General -->
 - index-based per core mempool cache
 - Arm CRC32 in generic API
+- dmadev library add telemetry support
+- telemetry add support to dump EEPROM information
 <!-- Networking -->
 - 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
 <!-- Network drivers -->
 - 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
 <!-- Virtualisation -->
 - 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 to vhost
+- vhost add async dequeue support for split ring
+- vhost add small copy with CPU in DSA accelerated vhost
 <!-- Network apps -->
 - more info in dpdk-proc-info
 <!-- Crypto -->
 - 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
 <!-- Compress -->
 <!-- Event -->
 - 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
 <!-- Others -->
 
 ### Nice to have - Future {#future}
-- 
2.25.1