Re: [dpdk-dev] [PATCH] eal: fix FreeBSD build

2017-01-19 Thread Thomas Monjalon
2017-01-19 14:21, Pablo de Lara: > rte_bus_scan() and rte_bus_probe() have been introduced > in eal.c, but it is missing the rte_bus.h header file, > for BSD systems. > > Fixes: f44abbc12fa0 ("bus: add scanning") > Fixes: c3cec1d80708 ("bus: add probing") > > Signed-off-by: Pablo de Lara Oh :/

[dpdk-dev] [PATCH] eal: fix FreeBSD build

2017-01-19 Thread Pablo de Lara
rte_bus_scan() and rte_bus_probe() have been introduced in eal.c, but it is missing the rte_bus.h header file, for BSD systems. Fixes: f44abbc12fa0 ("bus: add scanning") Fixes: c3cec1d80708 ("bus: add probing") Signed-off-by: Pablo de Lara --- lib/librte_eal/bsdapp/eal/eal.c | 1 + 1 file chang