On Mon, 26 Jan 2026 at 17:45, Bruce Richardson <[email protected]> wrote: > > When we make recursive calls to dpdk-test to check flag support, either > as a secondary process or as another primary process, add the log-level > flag to give extra EAL output to help with debugging any issues. For > calls that are spawning another primary process, pass in --no-pci flag > too, to skip device probing. > > Signed-off-by: Bruce Richardson <[email protected]>
On one side, the debug will probably help with future errors. But on the second change, the --no-pci stuff is not about debug it seems more like an actual fix (or well, a way to hide the issue in CI). I would prefer we split in two. -- David Marchand

