update Intel roadmap for 21.05
Commit Message
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
content/roadmap/_index.md | 10 ++++++++++
1 file changed, 10 insertions(+)
Comments
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?
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
@@ -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