clean obsolete items from roadmap

Message ID 20230814111136.236993-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series clean obsolete items from roadmap |

Commit Message

Thomas Monjalon Aug. 14, 2023, 11:11 a.m. UTC
  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@monjalon.net>
---
 content/roadmap/_index.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
  

Comments

Thomas Monjalon Aug. 15, 2023, 10:21 a.m. UTC | #1
lundi 14 août 2023, Thomas Monjalon:
> 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@monjalon.net>

Applied
  

Patch

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