[v4] update Intel roadmap for 22.07

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

Commit Message

Conor Walsh April 25, 2022, 1:06 p.m. UTC
  Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

---

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(+)
  

Comments

Thomas Monjalon May 2, 2022, 10:29 a.m. UTC | #1
I've still some doubts about some items,
but this patch is pending for long,
so I will adapt it with my understanding.

See some questions below. Please could you reply to make things clear?

25/04/2022 15:06, Conor Walsh:
> v2:
>  - Drop removal of "qat with OpenSSL-3.0 library"

So there will be a change in qat for OpenSSL 3 ?

> +- Intel IPU SoC add new "idpf" PMD
> +- Intel AFU PMD based on rawdev

Not clear what AFU is. Is it for the IPU above?
We already have an AFU PMD raw/ifpga.

>  <!-- Virtualisation -->
>  - 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

This item is redundant with the first one of this section.
  
Thomas Monjalon May 2, 2022, 10:37 a.m. UTC | #2
25/04/2022 15:06, Conor Walsh:
> Signed-off-by: Conor Walsh <conor.walsh@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied with lines worded as short titles.
  

Patch

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.
 <!-- 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
+- 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
 <!-- 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}