eal: add device iterator interface
authorGaetan Rivet <gaetan.rivet@6wind.com>
Wed, 11 Jul 2018 21:44:59 +0000 (23:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Jul 2018 21:43:40 +0000 (23:43 +0200)
commit670658b7a9b52fa69e2110d899776aa085e1771a
treef4dcea4921fa5e6296740f28f4e5aab6c0d98b30
parent338327d731e6d756be08652c4f7d47df2dc93ad5
eal: add device iterator interface

A device iterator allows iterating over a set of devices.
This set is defined by the two descriptions offered,

  * rte_bus
  * rte_class

Only one description can be provided, or both. It is not allowed to
provide no description at all.

Each layer of abstraction then performs a filter based on the
description provided. This filtering allows iterating on their internal
set of devices, stopping when a match is valid and returning the current
iteration context.

This context allows starting the next iteration from the same point and
going forward.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_eal/common/include/rte_bus.h
lib/librte_eal/common/include/rte_class.h
lib/librte_eal/common/include/rte_dev.h