Re: [PATCH 00/10] centralise base code handling for drivers

2025-05-06 Thread David Marchand
On Mon, Apr 28, 2025 at 6:44 PM Bruce Richardson wrote: > > On Thu, Apr 10, 2025 at 08:37:20AM -0700, Stephen Hemminger wrote: > > On Mon, 31 Mar 2025 17:09:49 +0100 > > Bruce Richardson wrote: > > > > > Many DPDK drivers use the same pattern for base code handling, having > > > a meson.build fil

Re: [PATCH 00/10] centralise base code handling for drivers

2025-05-06 Thread David Marchand
On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson wrote: > > Many DPDK drivers use the same pattern for base code handling, having > a meson.build file in the base code directory which optionally defines > some custom cflags for the base code build, then builds the code as a > static library and ex

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-28 Thread Bruce Richardson
On Thu, Apr 10, 2025 at 08:37:20AM -0700, Stephen Hemminger wrote: > On Mon, 31 Mar 2025 17:09:49 +0100 > Bruce Richardson wrote: > > > Many DPDK drivers use the same pattern for base code handling, having > > a meson.build file in the base code directory which optionally defines > > some custom

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-07 Thread Bruce Richardson
On Wed, Apr 02, 2025 at 03:08:45PM +0200, David Marchand wrote: > On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson > wrote: > > > > Many DPDK drivers use the same pattern for base code handling, having > > a meson.build file in the base code directory which optionally defines > > some custom cflag

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-02 Thread Bruce Richardson
On Wed, Apr 02, 2025 at 03:08:45PM +0200, David Marchand wrote: > On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson > wrote: > > > > Many DPDK drivers use the same pattern for base code handling, having > > a meson.build file in the base code directory which optionally defines > > some custom cflag

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-02 Thread David Marchand
On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson wrote: > > Many DPDK drivers use the same pattern for base code handling, having > a meson.build file in the base code directory which optionally defines > some custom cflags for the base code build, then builds the code as a > static library and ex

[PATCH 00/10] centralise base code handling for drivers

2025-03-31 Thread Bruce Richardson
Many DPDK drivers use the same pattern for base code handling, having a meson.build file in the base code directory which optionally defines some custom cflags for the base code build, then builds the code as a static library and extracts the objects from it. (The reason behind this is that, in mes