update Intel roadmap for 21.05

Message ID 20210310183957.2611798-1-ferruh.yigit@intel.com (mailing list archive)
State Not Applicable, archived
Headers
Series update Intel roadmap for 21.05 |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation fail apply issues

Commit Message

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

Comments

David Marchand March 10, 2021, 8:20 p.m. UTC | #1
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?
  
Ferruh Yigit March 10, 2021, 9:28 p.m. UTC | #2
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
  

Patch

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