[v2] update Intel roadmap for 22.07

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

Commit Message

Conor Walsh April 4, 2022, 2:19 p.m. UTC
  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(+)
  

Comments

Conor Walsh April 12, 2022, 2:17 p.m. UTC | #1
Hi Thomas,

Are you OK with the v2 of this patch?

Thanks,
Conor.

> -----Original Message-----
> From: Walsh, Conor <conor.walsh@intel.com>
> Sent: Monday 4 April 2022 15:20
> To: web@dpdk.org
> Cc: thomas@monjalon.net; Walsh, Conor <conor.walsh@intel.com>;
> Mcnamara, John <john.mcnamara@intel.com>
> Subject: [PATCH v2] update Intel roadmap for 22.07
> 
> 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(+)
> 
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index 58da90e..7e04982 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -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}
>  ----
> --
> 2.25.1
  
Thomas Monjalon April 13, 2022, 6:56 p.m. UTC | #2
Hi,

I wanted to adjust this patch and merge it,
but I am not sure about some points below.

04/04/2022 16:19, Conor Walsh:
> Signed-off-by: Conor Walsh <conor.walsh@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>

[...]
> +- dmadev library add telemetry support

This line should not be in the Networking part.

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

These are not networking drivers, it should go below.

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

Which library is it?

> +- AESNI-MB PMD support chained mbuf for AES GCM and chachapoly

This is for crypto group.

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

I don't know why it is needed.
In general it is better to have techboard approval for new examples.

> +- EEPROM info dump add telemetric command

Is it in a library?
  
Conor Walsh April 21, 2022, 12:56 p.m. UTC | #3
Thanks for your feedback Thomas.
I will send a v3 with the changes.
/Conor.

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday 13 April 2022 19:57
> To: Walsh, Conor <conor.walsh@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>
> Cc: web@dpdk.org
> Subject: Re: [PATCH v2] update Intel roadmap for 22.07
> 
> Hi,
> 
> I wanted to adjust this patch and merge it,
> but I am not sure about some points below.
> 
> 04/04/2022 16:19, Conor Walsh:
> > Signed-off-by: Conor Walsh <conor.walsh@intel.com>
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> [...]
> > +- dmadev library add telemetry support
> 
> This line should not be in the Networking part.
> 
> > +- 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
> 
> These are not networking drivers, it should go below.
> 
> > +- 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
> 
> Which library is it?
> 
> > +- AESNI-MB PMD support chained mbuf for AES GCM and chachapoly
> 
> This is for crypto group.
> 
> > +- 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
> 
> I don't know why it is needed.
> In general it is better to have techboard approval for new examples.
> 
> > +- EEPROM info dump add telemetric command
> 
> Is it in a library?
>
  

Patch

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 58da90e..7e04982 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -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}
 ----