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

Shreyansh Jain shreyansh.jain at nxp.com
Thu Dec 29 06:16:21 CET 2016


From: Hemant Agrawal <hemant.agrawal at 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 at nxp.com>
---
 lib/librte_eal/linuxapp/eal/rte_eal_version.map | 3 +++
 1 file changed, 3 insertions(+)

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;
-- 
2.7.4



More information about the dev mailing list