]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/eal.c
vfio: fix namespace prefix of newly exposed functions
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
index 017c402ed6c2ab3eaa3e4f4dc8bffe4c5adf397b..0c36b760821896029b94c1aa6cb3befc986b2498 100644 (file)
@@ -710,9 +710,9 @@ static int rte_eal_vfio_setup(void)
 {
        int vfio_enabled = 0;
 
-       if (vfio_enable("vfio"))
+       if (rte_vfio_enable("vfio"))
                return -1;
-       vfio_enabled = vfio_is_enabled("vfio");
+       vfio_enabled = rte_vfio_is_enabled("vfio");
 
        if (vfio_enabled) {