vfio: fix export of renamed symbols
authorThomas Monjalon <thomas@monjalon.net>
Sun, 27 May 2018 22:23:35 +0000 (00:23 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 May 2018 01:20:42 +0000 (03:20 +0200)
The functions
- vfio_get_container_fd
- vfio_get_group_fd
- vfio_get_group_no
have been renamed to
- rte_vfio_get_container_fd
- rte_vfio_get_group_fd
- rte_vfio_get_group_num

The old names are removed from the map file.

Fixes: 964b2f3bfb07 ("vfio: export some internal functions")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/rte_eal_version.map

index 7fadfea..f7dd0e7 100644 (file)
@@ -161,9 +161,6 @@ 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;