Currently, the bus probe is still the specific impl which don't test allow_multi_probe flag. And local_dev_probe only cover the plug device case.
On 5/27/2026 3:56 PM, David Marchand wrote: > Add infrastructure to declare support for multiple probe attempts > on the same device. This prepares for the introduction of > generic probe_device operation. > > The PCI bus enables this feature to support drivers with > RTE_PCI_DRV_PROBE_AGAIN flag. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- ...

