Re: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2024 at 11:17:54AM +0100, Ferruh Yigit wrote: > On 7/30/2024 3:55 PM, Bruce Richardson wrote: > > As meson processes our DPDK source tree it manages dependencies > > specified by each individual driver. To enable future analysis of the > > dependency links between components, log th

Re: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Ferruh Yigit
On 7/30/2024 3:55 PM, Bruce Richardson wrote: > As meson processes our DPDK source tree it manages dependencies > specified by each individual driver. To enable future analysis of the > dependency links between components, log the dependencies of each DPDK > component as it gets processed. This cou

RE: [PATCH] build: output a dependency log in build directory

2024-07-31 Thread Konstantin Ananyev
> As meson processes our DPDK source tree it manages dependencies > specified by each individual driver. To enable future analysis of the > dependency links between components, log the dependencies of each DPDK > component as it gets processed. This could potentially allow other tools > to automa

[PATCH] build: output a dependency log in build directory

2024-07-30 Thread Bruce Richardson
As meson processes our DPDK source tree it manages dependencies specified by each individual driver. To enable future analysis of the dependency links between components, log the dependencies of each DPDK component as it gets processed. This could potentially allow other tools to automatically enab