DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] update Intel roadmap for 21.05
@ 2021-03-10 18:39 Ferruh Yigit
  2021-03-10 20:20 ` David Marchand
  2021-03-10 22:20 ` [dpdk-web] [PATCH v2] " Ferruh Yigit
  0 siblings, 2 replies; 5+ messages in thread
From: Ferruh Yigit @ 2021-03-10 18:39 UTC (permalink / raw)
  To: web; +Cc: dev, Thomas Monjalon, John McNamara

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 content/roadmap/_index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index c6a67a986876..9789e132c57e 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -18,6 +18,8 @@ This list is obviously neither complete nor guaranteed.
 - Tx QoS marking API
 - device identifier syntax for SF representor
 - AVF software back-end driver with device emulation libraries
+- FIB support to l3fwd
+- predictable RSS in thash library
 <!-- Network drivers -->
 - hns3 PTP (Precise Time Protocol)
 - hns3 link and descriptors status
@@ -29,7 +31,14 @@ This list is obviously neither complete nor guaranteed.
 - octeontx3 base driver for mempool, ethdev, eventdev and rte_flow support
 - qede initial support for next generation hardware
 - qede flow API support
+- ice on Windows
+- ice & iavf flow filter for IP fragment and GTPU support/enhancement
+- ice & iavf AVX-512 support with and without hardware offloads
+- iavf UMWAIT/UMONITOR instructions support
+- af_xdp preferred busy polling support
 <!-- Virtualisation -->
+- virtio packed ring enqueue acceleration via DMA
+- vhost async control path refactoring
 <!-- Network apps -->
 - testpmd multi-process support
 - IF proxy
@@ -41,6 +50,7 @@ This list is obviously neither complete nor guaranteed.
 <!-- Event -->
 - event vector support to reduce scheduler overhead and to improve performance
 - event vector support in SW Rx eventdev adapter
+- new dynamic load balancer 2.5 eventdev driver
 <!-- Others -->
 - regex driver based on libpcre
 - dynamic load balancer event driver common code consolidation
-- 
2.29.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] update Intel roadmap for 21.05
  2021-03-10 18:39 [dpdk-web] [PATCH] update Intel roadmap for 21.05 Ferruh Yigit
@ 2021-03-10 20:20 ` David Marchand
  2021-03-10 21:28   ` Ferruh Yigit
  2021-03-10 22:20 ` [dpdk-web] [PATCH v2] " Ferruh Yigit
  1 sibling, 1 reply; 5+ messages in thread
From: David Marchand @ 2021-03-10 20:20 UTC (permalink / raw)
  To: Ferruh Yigit, John McNamara
  Cc: web, dev, Thomas Monjalon, Jerin Jacob Kollanukkaran

On Wed, Mar 10, 2021 at 7:40 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> @@ -41,6 +50,7 @@ This list is obviously neither complete nor guaranteed.
>  <!-- Event -->
>  - event vector support to reduce scheduler overhead and to improve performance
>  - event vector support in SW Rx eventdev adapter
> +- new dynamic load balancer 2.5 eventdev driver

Is this a new driver? or adding support for 2.5 hw in event/dlb2?


-- 
David Marchand


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] update Intel roadmap for 21.05
  2021-03-10 20:20 ` David Marchand
@ 2021-03-10 21:28   ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2021-03-10 21:28 UTC (permalink / raw)
  To: David Marchand, John McNamara
  Cc: web, dev, Thomas Monjalon, Jerin Jacob Kollanukkaran

On 3/10/2021 8:20 PM, David Marchand wrote:
> On Wed, Mar 10, 2021 at 7:40 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>> @@ -41,6 +50,7 @@ This list is obviously neither complete nor guaranteed.
>>   <!-- Event -->
>>   - event vector support to reduce scheduler overhead and to improve performance
>>   - event vector support in SW Rx eventdev adapter
>> +- new dynamic load balancer 2.5 eventdev driver
> 
> Is this a new driver? or adding support for 2.5 hw in event/dlb2?
> 

support for 2.5 hw in event/dlb2, so new device but not new driver, I will send 
a v2 to fix


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-web] [PATCH v2] update Intel roadmap for 21.05
  2021-03-10 18:39 [dpdk-web] [PATCH] update Intel roadmap for 21.05 Ferruh Yigit
  2021-03-10 20:20 ` David Marchand
@ 2021-03-10 22:20 ` Ferruh Yigit
  2021-03-15 14:22   ` [dpdk-web] [dpdk-dev] " Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2021-03-10 22:20 UTC (permalink / raw)
  To: web; +Cc: dev, Thomas Monjalon, John McNamara

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
v2:
* there won't be a new driver for dlb2.5
* reword thash library support
---
 content/roadmap/_index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index c6a67a986876..f97818266765 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -18,6 +18,8 @@ This list is obviously neither complete nor guaranteed.
 - Tx QoS marking API
 - device identifier syntax for SF representor
 - AVF software back-end driver with device emulation libraries
+- FIB support to l3fwd
+- thash library predictable RSS support
 <!-- Network drivers -->
 - hns3 PTP (Precise Time Protocol)
 - hns3 link and descriptors status
@@ -29,7 +31,14 @@ This list is obviously neither complete nor guaranteed.
 - octeontx3 base driver for mempool, ethdev, eventdev and rte_flow support
 - qede initial support for next generation hardware
 - qede flow API support
+- ice on Windows
+- ice & iavf flow filter for IP fragment and GTPU support/enhancement
+- ice & iavf AVX-512 support with and without hardware offloads
+- iavf UMWAIT/UMONITOR instructions support
+- af_xdp preferred busy polling support
 <!-- Virtualisation -->
+- virtio packed ring enqueue acceleration via DMA
+- vhost async control path refactoring
 <!-- Network apps -->
 - testpmd multi-process support
 - IF proxy
@@ -41,6 +50,7 @@ This list is obviously neither complete nor guaranteed.
 <!-- Event -->
 - event vector support to reduce scheduler overhead and to improve performance
 - event vector support in SW Rx eventdev adapter
+- new dynamic load balancer 2.5 eventdev device support
 <!-- Others -->
 - regex driver based on libpcre
 - dynamic load balancer event driver common code consolidation
-- 
2.29.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [dpdk-dev] [PATCH v2] update Intel roadmap for 21.05
  2021-03-10 22:20 ` [dpdk-web] [PATCH v2] " Ferruh Yigit
@ 2021-03-15 14:22   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2021-03-15 14:22 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: web, dev, John McNamara

10/03/2021 23:20, Ferruh Yigit:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> v2:
> * there won't be a new driver for dlb2.5
> * reword thash library support

Applied with minor updates for sorting things, thanks.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-15 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 18:39 [dpdk-web] [PATCH] update Intel roadmap for 21.05 Ferruh Yigit
2021-03-10 20:20 ` David Marchand
2021-03-10 21:28   ` Ferruh Yigit
2021-03-10 22:20 ` [dpdk-web] [PATCH v2] " Ferruh Yigit
2021-03-15 14:22   ` [dpdk-web] [dpdk-dev] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).