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

2025-03-28 Thread Bruce Richardson
On Fri, Mar 28, 2025 at 09:21:03AM +0100, David Marchand wrote: > On Thu, Mar 27, 2025 at 3:52 PM 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 driv

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

2025-03-28 Thread David Marchand
On Thu, Mar 27, 2025 at 3:52 PM 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. > > v3: add fix for lock checker issues on FreeBSD > v2: added mis

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

2025-03-27 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. v3: add fix for lock checker issues on FreeBSD v2: added missing patch for fm10k Bruce Richardson (9): net/fm10k/base: fix comp