Re: [PATCH v6 2/4] net/intel: use common Tx entry structure

2025-04-10 Thread Bruce Richardson
On Thu, Apr 03, 2025 at 04:54:27PM +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 v6 2/4] net/intel: use common Tx entry structure

2025-04-03 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/cpfl/cpfl_rxtx.c| 2 +- drivers/ne