[v2] update Intel roadmap for 21.05

Message ID 20210310222044.2642196-1-ferruh.yigit@intel.com (mailing list archive)
State Accepted
Headers
Series [v2] update Intel roadmap for 21.05 |

Commit Message

Ferruh Yigit March 10, 2021, 10:20 p.m. UTC
  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(+)
  

Comments

Thomas Monjalon March 15, 2021, 2:22 p.m. UTC | #1
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.
  

Patch

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