vfio: fix FreeBSD clear group stub
[dpdk.git] / lib / eal / freebsd / eal.c
index 2c2baaa..5cea368 100644 (file)
@@ -1045,7 +1045,7 @@ int rte_vfio_noiommu_is_enabled(void)
 
 int rte_vfio_clear_group(__rte_unused int vfio_group_fd)
 {
-       return 0;
+       return -1;
 }
 
 int