Re: [PATCH v5 3/4] net/intel: use common Tx entry structure

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 09:34:36PM +0530, Shaiq Wani wrote: > Used the common Tx entry structure and common Tx mbuf ring replenish fn > in place of idpf-specific structure and function. > The vector driver code paths (AVX2, AVX512) use the smaller SW > ring structure. > > Signed-off-by: Shaiq Wani

[PATCH v5 3/4] net/intel: use common Tx entry structure

2025-03-27 Thread Shaiq Wani
Used the common Tx entry structure and common Tx mbuf ring replenish fn in place of idpf-specific structure and function. The vector driver code paths (AVX2, AVX512) use the smaller SW ring structure. Signed-off-by: Shaiq Wani --- drivers/net/intel/idpf/idpf_common_rxtx.c | 26 --