On Fri, Jul 29, 2022 at 3:27 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > > Rather than looping for each driver and building a huge cmdline, we should > > > just be able to pass in the path to the drivers directory, and have DPDK > > > auto-load all .so files there. Passing in "meson.project_build_root() + > > > '/drivers'" should probably work. If we want a more correct way to get the > > > drivers build directory, we can call meson.current_build_dir() when > > > processing the drivers and save off that value to be reused here. > > > > Or simply resolve this with a: > > test_args += ['-d', fs.parent(dpdk_drivers[0].full_path())] > > > > But the problem is that the fs meson module comes with version 0.53 afaics. > > Any elegant alternative idea? > > > I think the approach you have taken in the v2 is best.
I'm happy that you like your own suggestion ;-). Joke aside, thanks Bruce. -- David Marchand