Re: [PATCH v5 0/5] Use consecutive Tx queues' memory

2025-06-29 Thread Thomas Monjalon
> Bing Zhao (5): > net/mlx5: add new devarg for Tx queue consecutive memory > net/mlx5: calculate the memory length for all Tx queues > net/mlx5: allocate and release unique resources for Tx queues > net/mlx5: pass the information in Tx queue start > net/mlx5: use consecutive memory for T

[PATCH v5 0/5] Use consecutive Tx queues' memory

2025-06-29 Thread Bing Zhao
This patchset will move all the mlx5 Tx queues memory to a consecutive memory area. All the WQEBBs will be allocated based on the offset of this memory area. --- v2: 1. add a new fix for legacy code of WQE calculation 2. fix the style v3: 1. change the devarg and add description. 2. reorga