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

2025-01-30 Thread Bruce Richardson
On Thu, Jan 30, 2025 at 02:55:54PM +0100, David Marchand wrote: > Hello Bruce, > > On Thu, Jan 30, 2025 at 1:48 PM 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 > > r

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

2025-01-30 Thread David Marchand
Hello Bruce, On Thu, Jan 30, 2025 at 1:48 PM 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 ano

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

2025-01-30 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