numam-dpdk/lib/librte_eal
Moti Haimovsky 6817219581 vfio: fix FreeBSD build
This patch fixes the following compilation errors in bsdapp

lib/librte_eal/bsdapp/eal/eal.c:782:5:
error: no previous prototype for function 'rte_vfio_clear_group'
int rte_vfio_clear_group(int vfio_group_fd)
    ^

lib/librte_eal/bsdapp/eal/eal.c:782:30:
error: unused parameter 'vfio_group_fd'
int rte_vfio_clear_group(int vfio_group_fd)
                             ^

Fixes: c564a2a200 ("vfio: expose clear group function for internal usages")

Signed-off-by: Moti Haimovsky <motih@mellanox.com>
2018-01-17 18:49:38 +01:00
..
bsdapp vfio: fix FreeBSD build 2018-01-17 18:49:38 +01:00
common log: update default log levels 2018-01-17 14:21:34 +01:00
linuxapp vfio: make groups max configurable 2018-01-17 00:50:17 +01:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eal_version.map vfio: expose clear group function for internal usages 2018-01-17 00:43:04 +01:00