ethdev: add missing buses in device iterator
authorHemant Agrawal <hemant.agrawal@nxp.com>
Thu, 29 Apr 2021 05:55:48 +0000 (11:25 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 May 2021 16:33:09 +0000 (18:33 +0200)
commita956adb2817cac30c47c07855eb265f283bffde0
tree85debb9fa14d4870681a7c08ea09adae00e7160f
parentb80c527a9ca4b8aa5ed1d8fba4e7882213883485
ethdev: add missing buses in device iterator

This patch fixes issue with OVS 2.15 not working on
DPAA/FSLMC based platform due to missing support for
these busses in dev_iterate.
This patch adds dpaa_bus and fslmc to dev iterator
for bus arguments.

Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input")
Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/ethdev/rte_ethdev.c