[dpdk-dev,v3,02/33] eal/vfio: adding vfio utility functions in map file

Message ID 1482988612-6638-3-git-send-email-shreyansh.jain@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel compilation fail apply patch file failure

Commit Message

Shreyansh Jain Dec. 29, 2016, 5:16 a.m. UTC
  From: Hemant Agrawal <hemant.agrawal@nxp.com>

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/linuxapp/eal/rte_eal_version.map | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
index 239f2fc..6ef450f 100644
--- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
@@ -193,5 +193,8 @@  DPDK_17.02 {
 	rte_eal_pci_probe;
 	rte_eal_pci_remove;
 	rte_eal_pci_scan;
+	vfio_get_container_fd;
+	vfio_get_group_fd;
+	vfio_get_group_no;
 
 } DPDK_16.11;