bus: ignore scan and probe failures
authorShreyansh Jain <shreyansh.jain@nxp.com>
Sat, 12 Aug 2017 10:22:20 +0000 (15:52 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 11 Oct 2017 22:29:06 +0000 (00:29 +0200)
commit63bdef1827f5a98ab375877cb994ef92c33a0b8a
treef90f0256a1177ad610b6899d9a68571d797c3151
parent1e36bf301bbfa79efe340faf07e8cdb968ae34bd
bus: ignore scan and probe failures

Bus scan is responsible for finding devices over *all* buses.
Some of these buses might not be able to scan but that should
not prevent other buses to be scanned.

Same is the case for probing. It is possible that some devices which
were scanned didn't have a specific driver. That should not prevent
other buses from being probed.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Tested-by: Hemant Agrawal <hemant.agrawal@nxp.com>
lib/librte_eal/common/eal_common_bus.c