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

Tetsuya Mukawa mukawa at igel.co.jp
Thu Feb 19 14:29:54 CET 2015


On 2015/02/19 20:24, Thomas Monjalon wrote:
> 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.
>

Hi Thomas,

Sure, I will change order.

Tetsuya





More information about the dev mailing list