Re: [PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2025-01-17 Thread Bruce Richardson
On Thu, Jan 16, 2025 at 09:36:30PM +0100, Morten Brørup wrote: > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Thursday, 16 January 2025 18.46 > > > > On Thu, Jan 16, 2025 at 11:10:47PM +0530, Jerin Jacob wrote: > > > On Thu, Jan 16, 2025 at 10:50 PM Bruce Richardson > > >

RE: [PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2025-01-16 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Thursday, 16 January 2025 18.46 > > On Thu, Jan 16, 2025 at 11:10:47PM +0530, Jerin Jacob wrote: > > On Thu, Jan 16, 2025 at 10:50 PM Bruce Richardson > > wrote: > > > > > > On Fri, Dec 20, 2024 at 02:38:57PM +, Bruce Richar

Re: [PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2025-01-16 Thread Bruce Richardson
On Thu, Jan 16, 2025 at 11:10:47PM +0530, Jerin Jacob wrote: > On Thu, Jan 16, 2025 at 10:50 PM Bruce Richardson > wrote: > > > > On Fri, Dec 20, 2024 at 02:38:57PM +, Bruce Richardson wrote: > > > This RFC attempts to reduce the amount of code duplication across a > > > number of Intel NIC dr

Re: [PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2025-01-16 Thread Jerin Jacob
On Thu, Jan 16, 2025 at 10:50 PM Bruce Richardson wrote: > > On Fri, Dec 20, 2024 at 02:38:57PM +, Bruce Richardson wrote: > > This RFC attempts to reduce the amount of code duplication across a > > number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. > > > > The first patch

Re: [PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2025-01-16 Thread Bruce Richardson
On Fri, Dec 20, 2024 at 02:38:57PM +, Bruce Richardson wrote: > This RFC attempts to reduce the amount of code duplication across a > number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. > > The first patch extract a function from the Rx side, otherwise the > majority of the

[PATCH v4 00/24] Reduce code duplication across Intel NIC drivers

2024-12-20 Thread Bruce Richardson
This RFC attempts to reduce the amount of code duplication across a number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. The first patch extract a function from the Rx side, otherwise the majority of the changes are on the Tx side, leading to a converged Tx queue structure across