numam-dpdk/drivers/bus
Xueming Li 926629e3f3 bus: fix device iterator match from arguments
Device iterator RTE_DEV_FOREACH() failed to return devices from
classifier like "class=vdpa", because matching name from empty kvargs
returns no result. If device name not specified in kvargs, the function
should iterate all devices.

This patch allows empty devargs or devargs without name specified.

Fixes: 6aebb94290 ("kvargs: add function to get from key and value")

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Xueming Li <xuemingl@nvidia.com>
2021-11-24 15:11:42 +01:00
..
auxiliary bus: fix device iterator match from arguments 2021-11-24 15:11:42 +01:00
dpaa dma/dpaa: introduce DPAA DMA driver skeleton 2021-11-10 13:48:38 +01:00
fslmc bus/fslmc: remove unused device count 2021-11-16 13:01:52 +01:00
ifpga drivers: remove direct access to interrupt handle 2021-10-25 21:20:12 +02:00
pci drivers: check interrupt file descriptor validity 2021-11-08 17:32:42 +01:00
vdev bus: fix device iterator match from arguments 2021-11-24 15:11:42 +01:00
vmbus drivers: check interrupt file descriptor validity 2021-11-08 17:32:42 +01:00
meson.build bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00