vfio: export utility functions in map file
authorHemant Agrawal <hemant.agrawal@nxp.com>
Tue, 11 Apr 2017 13:37:13 +0000 (19:07 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
adding extra vfio utility functions to map file.
They will be used by other vfio supported buses like fslmc bus
for NXP DPAA2 devices

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 1bb3c9e..9d3338a 100644 (file)
@@ -190,5 +190,8 @@ DPDK_17.05 {
        rte_log_set_global_level;
        rte_log_set_level;
        rte_log_set_level_regexp;
+       vfio_get_container_fd;
+       vfio_get_group_fd;
+       vfio_get_group_no;
 
 } DPDK_17.02;
index dbc419b..98460cd 100644 (file)
@@ -195,5 +195,8 @@ DPDK_17.05 {
        rte_log_set_global_level;
        rte_log_set_level;
        rte_log_set_level_regexp;
+       vfio_get_container_fd;
+       vfio_get_group_fd;
+       vfio_get_group_no;
 
 } DPDK_17.02;