vfio: export utility functions in map file
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>
This commit is contained in:
parent
7ee4686401
commit
a016873eb3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user