2017-01-19 18:53, Hemant Agrawal:
> --- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map
> +++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
> @@ -183,5 +183,8 @@ DPDK_17.02 {
> rte_bus_register;
> rte_bus_scan;
> rte_bus_unregister;
> + vfio_get_container_fd;
> + vfio_get_group_fd;
> + vfio_get_group_no;Indentation looks wrong here. You cannot export some symbols without adding them a rte_ prefix.

