update Nvidia roadmap for 20.11
Commit Message
Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-August/178501.html
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/roadmap/_index.md | 10 ++++++++++
1 file changed, 10 insertions(+)
Comments
> Was announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2020-August/178501.html
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Applied
@@ -23,8 +23,16 @@ This list is obviously neither complete nor guaranteed.
- Tx QoS marking API
- flow action object API
- flow sampling and mirroring API
+- flow matching on IPv4/v6 frag/non-frag packets
+- flow matching on Geneve extension header
+- tunnel offload API
+- hairpin between different ports
+- Rx buffer split to multiple destinations
<!-- Network drivers -->
- performance optimizations in mlx drivers for Arm platforms
+- mlx5 Rx buffer split
+- mlx5 flow sampling/mirroring and extended matching
+- mlx5 thread-safe flow rules management and improved performance
- octeontx2 packet mirroring
- octeontx2 rte_tm enhancement
- qede SR-IOV PF
@@ -36,6 +44,8 @@ This list is obviously neither complete nor guaranteed.
- performance test for IP reassembly
- runtime config for burst stats and CPU cycle stats in testpmd
<!-- Crypto -->
+<!-- Compress -->
+- mlx5 compressdev
<!-- Others -->
- regex driver based on libpcre
- Dynamic Load Balancer event driver