Jakub Kicinski wrote: > On Thu, 10 Sep 2020 18:23:26 -0700 Jesse Brandeburg wrote: > > Some of these patches are already sent to Intel Wired Lan, but the rest > > of the series titled drivers/net/ethernet affects other drivers, not > > just Intel, but they depend on the first five. > > Great stuff. Much easier to apply one large series than a thousand > small patches. I haven't read all the comment changes but FWIW: > > Reviewed-by: Jakub Kicinski <k...@kernel.org>
Thanks! > I feel slightly bad for saying this but I think your config did not > include all the drivers, 'cause I'm still getting some warnings after > patch 11. Regardless this is impressive effort, thanks! No worries! I want to get it right, can you share your methodology? I saw from some other message that you're doing make CC="ccache gcc" allmodconfig make CC="ccache gcc" -j 64 W=1 C=1 Is that the right sequence? did you start with a make mrproper as well? I may have missed some drivers when I did this: make allyesconfig make menuconfig <turn on all "Ethernet Drivers" = m manually> but I'd like to target the actual job you're running and use that as the short-term goal. Also, if you have any comments about the removal of the lvalue from some of the register read operations, I figure that is the riskiest part of all this.