Re: [PATCH v6 3/4] net/intel: use common Tx queue structure

2025-04-08 Thread Bruce Richardson
On Thu, Apr 03, 2025 at 04:54:28PM +0530, Shaiq Wani wrote: > Merge in additional fields used by the idpf driver and then convert it > over to using the common Tx queue structure > > Signed-off-by: Shaiq Wani > --- > drivers/net/intel/common/tx.h | 18 ++ > drivers/net/intel/

[PATCH v6 3/4] net/intel: use common Tx queue structure

2025-04-05 Thread Shaiq Wani
Merge in additional fields used by the idpf driver and then convert it over to using the common Tx queue structure Signed-off-by: Shaiq Wani --- drivers/net/intel/common/tx.h | 18 ++ drivers/net/intel/cpfl/cpfl_ethdev.c | 3 +- drivers/net/intel/cpfl/cpfl_ethdev.h