On Mon, Jun 26, 2017 at 02:22:01AM +0200, Gaetan Rivet wrote: > From: Jan Blunck <[email protected]> > > Signed-off-by: Jan Blunck <[email protected]> > Signed-off-by: Gaetan Rivet <[email protected]> > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + > lib/librte_eal/common/eal_common_bus.c | 25 > +++++++++++++++++++++++++ > lib/librte_eal/common/include/rte_bus.h | 5 +++++ > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + > 4 files changed, 32 insertions(+) >
Acked-by: Bruce Richardson <[email protected]> Would it be useful to add a unit test for this function? That would help with any future refactoring, and also indirectly test the other functions added in the previous 2 patches.

