update Intel roadmap for 22.07
Commit Message
Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
---
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(+)
@@ -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
<!-- Network drivers -->
- 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
<!-- 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
+- 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
<!-- 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
<!-- Compress -->
<!-- Event -->
- event vector support in SW Rx eventdev adapter
- control adapter and RX adapter enhancements in DLB driver
<!-- Others -->
+- add eventdev_dump sample application
+- EEPROM info dump add telemetric command
### Nice to have - Future {#future}
----