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

2025-04-08 Thread Bruce Richardson
On Thu, Apr 03, 2025 at 04:54:25PM +0530, Shaiq Wani wrote: > reworked the drivers to use the common functions > and structures from drivers/net/intel/common. > > Shaiq Wani (4): > net/intel: align Tx queue struct field names > net/intel: use common Tx entry structure > net/intel: use common

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

2025-04-05 Thread Shaiq Wani
reworked the drivers to use the common functions and structures from drivers/net/intel/common. Shaiq Wani (4): net/intel: align Tx queue struct field names net/intel: use common Tx entry structure net/intel: use common Tx queue structure net/idpf: use common Tx free fn in idpf drivers/ne