]> git.droids-corp.org - dpdk.git/commitdiff
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 1bb3c9ed766c915b1e6e335c8bd67179e3d339b5..9d3338a134675d21c16130145b36d6bb00e59bfd 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 dbc419b719660269b02eb1dea54a3cfc79698100..98460cd72ce6e095ecafa56d7759e957c09e3031 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;