update Nvidia roadmap for 20.11

Message ID 20200923232342.1831875-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series update Nvidia roadmap for 20.11 |

Commit Message

Thomas Monjalon Sept. 23, 2020, 11:23 p.m. UTC
  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

Thomas Monjalon Sept. 25, 2020, 8:25 a.m. UTC | #1
> 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
  

Patch

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index d486da1..712dae3 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -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