Re: [PATCH v5 2/4] net/intel: use common Tx queue structure

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 09:34:35PM +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 | 20 +++ > drivers/net/intel

Re: [PATCH v5 2/4] net/intel: use common Tx queue structure

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 09:34:35PM +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 Acked-by: Bruce Richardson Some comments inline below. > --- > drivers/net/intel/co

[PATCH v5 2/4] net/intel: use common Tx queue structure

2025-03-27 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 | 20 +++ drivers/net/intel/cpfl/cpfl_ethdev.c | 3 +- drivers/net/intel/cpfl/cpfl_ethdev.h