[dpdk-dev] [PATCH v9 08/14] ethdev: Add functions that will be used by port hotplug functions

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Feb 19 12:24:15 CET 2015


2015-02-19 11:49, Tetsuya Mukawa:
> --- a/lib/librte_ether/rte_ether_version.map
> +++ b/lib/librte_ether/rte_ether_version.map
> @@ -109,6 +109,13 @@ DPDK_2.0 {
>  	rte_eth_tx_queue_setup;
>  	rte_eth_xstats_get;
>  	rte_eth_xstats_reset;
> +	rte_eth_dev_allocated;
> +	rte_eth_dev_is_detachable;
> +	rte_eth_dev_get_name_by_port;
> +	rte_eth_dev_get_addr_by_port;
> +	rte_eth_dev_get_port_by_addr;
> +	rte_eth_dev_get_changed_port;
> +	rte_eth_dev_save;

In this file, alphabetical order is preferred.



More information about the dev mailing list