Re: [RFC PATCH] net: move intel drivers to intel subdirectory

2025-01-17 Thread David Marchand
On Thu, Jan 16, 2025 at 6:22 PM Bruce Richardson wrote: > diff --git a/drivers/meson.build b/drivers/meson.build > index 495e21b54a..89545e618e 100644 > --- a/drivers/meson.build > +++ b/drivers/meson.build > @@ -47,7 +47,7 @@ enable_drivers = run_command(list_dir_globs, > enable_drivers, check:

Re: [RFC PATCH] net: move intel drivers to intel subdirectory

2025-01-17 Thread David Marchand
On Thu, Jan 16, 2025 at 6:34 PM Bruce Richardson wrote: > > On Thu, Jan 16, 2025 at 05:22:21PM +, Bruce Richardson wrote: > > Consolidate all Intel HW NIC drivers into a driver/net/intel This > > matches the layout used for drivers in the kernel, and potentially > > enabling easier sharing am

Re: [RFC PATCH] net: move intel drivers to intel subdirectory

2025-01-16 Thread Bruce Richardson
On Thu, Jan 16, 2025 at 05:22:21PM +, Bruce Richardson wrote: > Consolidate all Intel HW NIC drivers into a driver/net/intel This > matches the layout used for drivers in the kernel, and potentially > enabling easier sharing among drivers. > > Signed-off-by: Bruce Richardson > --- Apologies,

[RFC PATCH] net: move intel drivers to intel subdirectory

2025-01-16 Thread Bruce Richardson
Consolidate all Intel HW NIC drivers into a driver/net/intel This matches the layout used for drivers in the kernel, and potentially enabling easier sharing among drivers. Signed-off-by: Bruce Richardson --- drivers/meson.build | 6 +- drivers/net/{ => intel}/cpfl