Re: [PATCH v7 00/33] Intel PMD drivers Rx cleanup

2025-06-13 Thread Bruce Richardson
On Thu, Jun 12, 2025 at 12:11:06PM +0100, Anatoly Burakov wrote: > There is certain amount of duplication between different ixgbe, i40e, ice, and > iavf. This patchset specifically focuses on laying groundwork for > deduplicating > the Rx side of things - providing common queue definitions, using

[PATCH v7 00/33] Intel PMD drivers Rx cleanup

2025-06-12 Thread Anatoly Burakov
There is certain amount of duplication between different ixgbe, i40e, ice, and iavf. This patchset specifically focuses on laying groundwork for deduplicating the Rx side of things - providing common queue definitions, using common Rx descriptor formats, and some low hanging fruit in terms of Rx co