[dpdk-dev] [PATCHv5 10/33] eal/vfio: adding vfio utility functions in map file

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jan 19 18:16:22 CET 2017


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.


More information about the dev mailing list