Re: [PATCH v5 0/4] remove common iavf and idpf drivers

2025-02-11 Thread Bruce Richardson
On Mon, Feb 10, 2025 at 04:44:22PM +, Bruce Richardson wrote: > The iavf and idpf common directories were used only to share code > between multiple net drivers and did not need to be drivers in their own > right, since it is just as easy to have a dependency from one net driver > on another as

[PATCH v5 0/4] remove common iavf and idpf drivers

2025-02-10 Thread Bruce Richardson
The iavf and idpf common directories were used only to share code between multiple net drivers and did not need to be drivers in their own right, since it is just as easy to have a dependency from one net driver on another as a net driver on a common one. This patchset therefore aims to eliminate