For uacce part, Acked-by: Chengwen Feng <[email protected]> On 3/26/2026 6:24 PM, David Marchand wrote: > Don't hardcode the bus names in the RTE_EAL_DEVARGS_FOREACH() calls. > The bus name is set by code in EAL. > Even if there is nothing broken, let's reuse the name from the bus object. > > And remove the now useless macros. > > Note: in the ifpga bus case, the lookup loop was using an incorrect macro > (IFPGA_ARG_NAME instead of IFPGA_BUS_NAME), yet it was working fine > as this macro is aligned with the ifpga bus name. > Besides, the raw/ifpga wants to hotplug a device in this bus, so keep > this bus name macro and add a check the bus name is aligned at init time. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > Acked-by: Hemant Agrawal <[email protected]> > Acked-by: Kevin Traynor <[email protected]> > Tested-by: Maxime Leroy <[email protected]> > --- > Changes since v1: > - fixed ifpga hotplug in raw/ifpga,
- [PATCH v2 0/7] Rework device probing David Marchand
- [PATCH v2 1/7] devtools: check packet forwarding in nu... David Marchand
- [PATCH v2 2/7] bus/fslmc: fix bus cleanup David Marchand
- Re: [PATCH v2 2/7] bus/fslmc: fix bus cleanup Kevin Traynor
- [PATCH v2 3/7] drivers/bus: require probe function for... David Marchand
- [PATCH v2 5/7] bus: factorize devargs lookup David Marchand
- Re: [PATCH v2 5/7] bus: factorize devargs lookup Kevin Traynor
- Re: [PATCH v2 5/7] bus: factorize devargs lookup fengchengwen
- Re: [PATCH v2 5/7] bus: factorize devargs look... David Marchand
- [PATCH v2 4/7] drivers: cleanup devargs lookup in bus ... David Marchand
- Re: [PATCH v2 4/7] drivers: cleanup devargs lookup... fengchengwen
- [PATCH v2 6/7] bus: factorize device selection David Marchand
- Re: [PATCH v2 6/7] bus: factorize device selection Kevin Traynor
- Re: [PATCH v2 6/7] bus: factorize device selection fengchengwen
- [PATCH v2 7/7] eal: configure initial device probing David Marchand
- Re: [PATCH v2 7/7] eal: configure initial device p... fengchengwen
- Re: [PATCH v2 7/7] eal: configure initial devi... David Marchand
- [PATCH v3 0/7] Rework device probing David Marchand
- [PATCH v3 2/7] bus/fslmc: fix bus cleanup David Marchand
- [PATCH v3 1/7] devtools: check packet forwarding in nu... David Marchand
- [PATCH v3 4/7] drivers/bus: cleanup devargs lookup in ... David Marchand

