[PATCH] clean obsolete items from roadmap

Thomas Monjalon thomas at monjalon.net
Mon Aug 14 13:11:36 CEST 2023


Some items are dropped for the following reasons:

- index-based per core mempool cache
	abandoned because of zero-copy mempool cache access

- Tx QoS marking API
	abandoned for performance reason

- mlx5 packet size matching
	already supported in 23.03
- mlx5 flow matching of all switch ports in one rule
	already supported in 22.07

- octeontx2 mirroring -> cnxk mirroring
	planned in cnxk instead of the old driver octeontx2

- qede initial support for next generation hardware
- qede flow API support
	no update

- spnic driver for Ramaxel devices
	no update

- qat without dependency on OpenSSL-1.x
	unclear and no update

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/roadmap/_index.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 9524315..9082c68 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -14,21 +14,14 @@ This list is obviously neither complete nor guaranteed.
 <!-- General -->
 - non-temporal memory copy
 - mempool cache zero-copy get/put bulk
-- index-based per core mempool cache
 - memarea library
 - ring generic implementation removal and C11 improvement
 - PMU counter for self monitoring/profiling
 - dmadev trace points
 <!-- Networking -->
 - buffer recycle (a.k.a direct-rearm of Rx side buffers)
-- Tx QoS marking API
 <!-- Network drivers -->
-- mlx5 packet size matching
-- mlx5 flow matching of all switch ports in one rule
-- octeontx2 mirroring
-- qede initial support for next generation hardware
-- qede flow API support
-- spnic driver for Ramaxel devices
+- cnxk mirroring
 <!-- Virtualisation -->
 - vhost small copy with CPU in DSA-accelerated vhost
 - vhost port mirroring with DMAdev
@@ -36,7 +29,6 @@ This list is obviously neither complete nor guaranteed.
 <!-- Network apps -->
 - testpmd attach/detach on primary and secondary
 <!-- Crypto -->
-- qat without dependency on OpenSSL-1.x
 <!-- Compress -->
 <!-- Event -->
 - control adapter and RX adapter enhancements in DLB driver
-- 
2.41.0



More information about the web mailing list