[v3] update Intel roadmap for 22.07

Message ID 20220421125554.10765-1-conor.walsh@intel.com (mailing list archive)
State Superseded
Headers
Series [v3] update Intel roadmap for 22.07 |

Commit Message

Conor Walsh April 21, 2022, 12:55 p.m. UTC
  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(+)
  

Comments

John McNamara April 21, 2022, 1:03 p.m. UTC | #1
> -----Original Message-----
> From: Walsh, Conor <conor.walsh@intel.com>
> Sent: Thursday, April 21, 2022 1:56 PM
> To: thomas@monjalon.net; Mcnamara, John <john.mcnamara@intel.com>
> Cc: web@dpdk.org; Walsh, Conor <conor.walsh@intel.com>
> Subject: [PATCH v3] update Intel roadmap for 22.07
> 
>  <!-- 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

For consistency the first one of these would be better as:
    vhost add thread-unsafe/thread-safe in-flight packets check

Apart from that:

Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

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}