clean obsolete items from roadmap
Commit Message
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
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
@@ -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