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

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 09:34:33PM +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 queue structure > net/intel: use common

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

2025-03-28 Thread David Marchand
On Fri, Mar 28, 2025 at 4:30 PM Bruce Richardson wrote: > > On Thu, Mar 27, 2025 at 09:34:33PM +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

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

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 09:34:33PM +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 queue structure > net/intel: use common

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

2025-03-27 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 queue structure net/intel: use common Tx entry structure net/idpf: use common Tx free fn in idpf drivers/ne