[dpdk-dev] [PATCH v7 7/9] bus/pci: introduce Windows support with stubs

Fady Bader fady at mellanox.com
Sun Jun 21 13:23:18 CEST 2020


> diff --git a/lib/librte_eal/rte_eal_exports.def
> b/lib/librte_eal/rte_eal_exports.def
> index 61bcb8aca7..3b0c8b60a5 100644
> --- a/lib/librte_eal/rte_eal_exports.def
> +++ b/lib/librte_eal/rte_eal_exports.def
> @@ -3,6 +3,11 @@ EXPORTS
>  	per_lcore__rte_errno
>  	rte_calloc
>  	rte_calloc_socket
> +	per_lcore__rte_errno

per_lcore__rte_errno is already exported.

> +	rte_bus_register
> +	rte_dev_is_probed
> +	rte_devargs_next
> +	rte_devargs_remove
>  	rte_eal_get_configuration
>  	rte_eal_has_hugepages
>  	rte_eal_init
> @@ -48,6 +53,9 @@ EXPORTS
>  	rte_memzone_reserve_bounded
>  	rte_memzone_walk
>  	rte_strerror
> +	rte_strsplit
> +	rte_vfio_container_dma_map
> +	rte_vfio_container_dma_unmap
>  	rte_vlog
>  	rte_realloc
>  	rte_zmalloc

Fady B.



More information about the dev mailing list