Re: [PATCH] net/intel: using common functions in idpf driver

2025-03-12 Thread Bruce Richardson
On Wed, Mar 12, 2025 at 09:23:51PM +0530, Shaiq Wani wrote: > reworked the drivers to use the common functions and structures > from drivers/net/intel/common. > > Signed-off-by: Shaiq Wani > --- > drivers/net/intel/common/tx.h | 21 +++- > drivers/net/intel/cpfl/cpfl_ethdev.c

[PATCH] net/intel: using common functions in idpf driver

2025-03-12 Thread Shaiq Wani
reworked the drivers to use the common functions and structures from drivers/net/intel/common. Signed-off-by: Shaiq Wani --- drivers/net/intel/common/tx.h | 21 +++- drivers/net/intel/cpfl/cpfl_ethdev.c | 1 + drivers/net/intel/cpfl/cpfl_ethdev.h | 2 +- dr