Acked-by: Chengwen Feng <[email protected]> On 4/7/2026 7:52 PM, David Marchand wrote: > Some applications use port hotplug as their primary way for using DPDK > resources. > Having a systematic device probing is a problem when not all available > resources will be used by the application, as such applications won't set > an explicit allow list at startup. > > This is the case for OVS on systems with multiple mlx5 devices: > one device can be used by the kernel while the other(s) are used by DPDK. > In such a setup, the kernel used device may get reconfigured in > unexpected ways and trigger issues like the one described by Kevin > not so long ago in bugzilla 1873. > > Add an EAL option so that we can change the default behavior from > block-listing to allow-listing which can be summed up as disabling > automatic probing. > In case some applications want to require automatic probing, add the > opposite option. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > Reviewed-by: Robin Jarry <[email protected]> > Acked-by: Hemant Agrawal <[email protected]> > Tested-by: Maxime Leroy <[email protected]> > Acked-by: Kevin Traynor <[email protected]>
- [PATCH v3 1/7] devtools: check packet forwarding in null... David Marchand
- [PATCH v3 4/7] drivers/bus: cleanup devargs lookup in sc... David Marchand
- [PATCH v3 3/7] drivers/bus: require probe function for N... David Marchand
- [PATCH v3 5/7] bus: factorize devargs lookup David Marchand
- Re: [PATCH v3 5/7] bus: factorize devargs lookup fengchengwen
- Re: [PATCH v3 5/7] bus: factorize devargs lookup Thomas Monjalon
- Re: [PATCH v3 5/7] bus: factorize devargs looku... Thomas Monjalon
- [PATCH v3 6/7] bus: factorize device selection David Marchand
- Re: [PATCH v3 6/7] bus: factorize device selection Thomas Monjalon
- [PATCH v3 7/7] eal: configure initial device probing David Marchand
- Re: [PATCH v3 7/7] eal: configure initial device pr... fengchengwen
- Re: [PATCH v3 7/7] eal: configure initial device pr... Thomas Monjalon
- Re: [PATCH v3 0/7] Rework device probing David Marchand
- Re: [PATCH v3 0/7] Rework device probing Stephen Hemminger
- RE: [PATCH v3 0/7] Rework device probing Morten Brørup
- Re: [PATCH v3 0/7] Rework device probing Kevin Traynor
- Re: [PATCH v3 0/7] Rework device probing Stephen Hemminger
- RE: [EXTERNAL] Re: [PATCH v3 0/7] Rework device... Long Li
- Re: [EXTERNAL] Re: [PATCH v3 0/7] Rework de... Stephen Hemminger
- RE: [EXTERNAL] Re: [PATCH v3 0/7] Rework de... Morten Brørup
- Re: [PATCH v3 0/7] Rework device probing David Marchand

