Re: [PATCH v4 0/9] net/intel: clean up base code build

2025-04-05 Thread Bruce Richardson
On Fri, Mar 28, 2025 at 11:16:12AM +, Bruce Richardson wrote: > Simplify the build of the various intel base code directories, by > clearing compiler warnings so the files can be compiled directly along > with the regular driver files. > > v4: replace all functions in ixgbe_osdep.c with macros

[PATCH v4 0/9] net/intel: clean up base code build

2025-03-28 Thread Bruce Richardson
Simplify the build of the various intel base code directories, by clearing compiler warnings so the files can be compiled directly along with the regular driver files. v4: replace all functions in ixgbe_osdep.c with macros, removing file. v3: add fix for lock checker issues on FreeBSD v2: added mi