On Tue, 24 Feb 2026 at 02:43, Stephen Hemminger <[email protected]> wrote: > > The vdev_netvsc driver auto-injects itself on Hyper-V via an > RTE_INIT constructor. This interferes with tests on github actions > which uses Azure where the driver probes in forked subprocesses > and crashes on uninitialized interrupt instances. > > Guard the auto-detection behind RTE_LIBRTE_VDEV_NETVSC_AUTO > (disabled by default). The driver must now be explicitly > requested with --vdev=net_vdev_netvsc. > > Signed-off-by: Stephen Hemminger <[email protected]>
The failure in GHA can be avoided with a simpler: https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/ -- David Marchand

