From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E4B1CA0C46;
	Thu, 10 Jun 2021 20:56:01 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 6071C4067C;
	Thu, 10 Jun 2021 20:56:01 +0200 (CEST)
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by mails.dpdk.org (Postfix) with ESMTP id 2B9DD4003C;
 Thu, 10 Jun 2021 20:55:58 +0200 (CEST)
IronPort-SDR: G0bQzMdlElQxGOqKmWJXpvl+oIMbWD+lLqgo8LAdwO9yocQ9JAIIi3HiYiB2XLSoPFalfxlnG3
 5C3V9O4BGfAA==
X-IronPort-AV: E=McAfee;i="6200,9189,10011"; a="291004747"
X-IronPort-AV: E=Sophos;i="5.83,264,1616482800"; d="scan'208";a="291004747"
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 10 Jun 2021 11:55:45 -0700
IronPort-SDR: 9ImtL8NtZPQONAC+I4qAGuIWvvuv0CWbBJyzMGTzxTqXvOL7tFL986wYAfvbuxaUVXDjJCH40s
 HvgR40e3YHiw==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.83,264,1616482800"; d="scan'208";a="553167112"
Received: from silpixa00389815.ir.intel.com (HELO
 silpixa00389815.ger.corp.intel.com) ([10.237.223.46])
 by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2021 11:55:44 -0700
From: John McNamara <john.mcnamara@intel.com>
To: web@dpdk.org
Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com,
 John McNamara <john.mcnamara@intel.com>
Date: Thu, 10 Jun 2021 18:55:36 +0000
Message-Id: <20210610185536.1229877-1-john.mcnamara@intel.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH v1] update Intel roadmap for 21.08
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 content/roadmap/_index.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index d77bbd7..6b389f1 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -15,19 +15,25 @@ This list is obviously neither complete nor guaranteed.
 - Arm CRC32 in generic API
 - Aarch32 cross-compilation support
 <!-- Networking -->
+- IAVF PMD support for Windows
 - Tx QoS marking API
 - AVF software back-end driver with device emulation libraries
 <!-- Network drivers -->
+- Intel ice PMD support for ETS based HQoS for VF
+- Intel ice PMD support for FDIR/RSS on GTP over GRE for VF
 - mlx5 inline IPsec ESP crypto
+- multi-queue capability for PMD power enhancements
 - octeontx2 mirroring
 - octeontx3 driver for ethdev and rte_flow support
 - qede initial support for next generation hardware
 - qede flow API support
 - Wangxun driver for 1Gb NICs
 <!-- Virtualisation -->
+- enhanced async support for vhost library
 <!-- Network apps -->
 - testpmd multi-process support
 <!-- Crypto -->
+- Intel QuickAssist symmetric crypto driver for fourth generation devices
 - mlx5 AES-XTS look-aside crypto
 <!-- Compress -->
 <!-- Event -->
-- 
2.25.1