bus/fslmc: support device iteration
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 15 Jul 2019 08:44:38 +0000 (14:14 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jul 2019 21:48:03 +0000 (23:48 +0200)
commite67a61614d0b23fa4c3d044c3dd652a4abe6a3b6
tree79983534a3a32ad562e1609c1b5da30c12b7120f
parent5eb1708ec1db1f2d644f44a42468139df0b0ad6c
bus/fslmc: support device iteration

Recent (18.11+), devargs structure was changed and so was DPDK port
usage in applications like OVS. Applications are now allowed to
plug/unplug ports (eth) using APIs (hotplug) based on device
arguments.

This patch enables the plug/unplug function (which are dummy for
FSLMC) and the iterator function for rte_dev_probe() and similar
API support.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/bus/fslmc/fslmc_bus.c