Commit efebe4a
committed
main: don't probe devices on fslmc bus
Like pci bus, we should not probe any devices on fslmc bus.
Let's add a fake device in the allowed list of DPDK.
Note: This series doesn't work as fslmc bus do nothing to plug or unplug
a device. [1]. So it should not be merged until it has been fixed in the
DPDK.
[1] https://git.dpdk.org/dpdk/tree/drivers/bus/fslmc/fslmc_bus.c#n591
Signed-off-by: Maxime Leroy <[email protected]>1 parent 718df0c commit efebe4a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments