[dpdk-dev] [PATCH v5 01/12] eal/bus: introduce bus abstraction

Ferruh Yigit ferruh.yigit at intel.com
Mon Jan 9 16:22:53 CET 2017


On 12/26/2016 1:23 PM, Shreyansh Jain wrote:

<...>

> +
> +DPDK_17.02 {
> +	global:
> +
> +	rte_bus_list;
> +	rte_eal_bus_add_device;
> +	rte_eal_bus_add_driver;
> +	rte_eal_bus_get;
> +	rte_eal_bus_dump;
> +	rte_eal_bus_register;

> +	rte_eal_bus_insert_device;

This function added in patch 3/12, it can be good to add this function
into .map file in that patch.

<...>



More information about the dev mailing list