From: Hemant Agrawal <hemant.agra...@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.agra...@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