On Mon, Apr 13, 2026 at 09:30:36PM +0200, Thomas Monjalon wrote: > 07/04/2026 13:52, David Marchand: > > All buses (thankfully) implement the same logic when it comes to > > selecting the devices to probe based on -a/-b options. > > As we want to adjust how devices are selected, provide a common helper > > in EAL and use it in the buses. > > [...] > > +/** > > + * Indicate if a device should be skipped during probing of a bus. > > + */ > > +__rte_internal > > +bool rte_bus_is_ignored_device(const struct rte_bus *bus, const char > > *dev_name); > > Name suggestion: > rte_bus_device_is_ignored looks easier to read > > Actually it is ignored only when probing the bus. > What about rte_bus_device_is_ignored_on_probing? Too long? > "rte_bus_ignore_dev_on_probe"?
- [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
- Re: [PATCH v3 5/7] bus: factorize devargs l... Thomas Monjalon
- Re: [PATCH v3 5/7] bus: factorize devargs looku... David Marchand
- [PATCH v3 6/7] bus: factorize device selection David Marchand
- Re: [PATCH v3 6/7] bus: factorize device selection Thomas Monjalon
- Re: [PATCH v3 6/7] bus: factorize device select... Bruce Richardson
- [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

