[dpdk-dev] [PATCH v14 10/13] ethdev: add rx intr enable, disable and ctl functions

Liang, Cunming cunming.liang at intel.com
Mon Jul 20 04:11:39 CEST 2015



On 7/18/2015 5:40 AM, Stephen Hemminger wrote:
>> +/**
>>    * Turn on the LED on the Ethernet device.
>>    * This function turns on the LED on the Ethernet device.
>>    *
>> diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map
>> index 39baf11..fa09d75 100644
>> --- a/lib/librte_ether/rte_ether_version.map
>> +++ b/lib/librte_ether/rte_ether_version.map
>> @@ -109,6 +109,10 @@ DPDK_2.0 {
>>   DPDK_2.1 {
>>   	global:
>>   
>> +	rte_eth_dev_rx_intr_ctl;
>> +	rte_eth_dev_rx_intr_ctl_q;
>> +	rte_eth_dev_rx_intr_disable;
>> +	rte_eth_dev_rx_intr_enable;
>>   	rte_eth_dev_set_mc_addr_list;
>>   	rte_eth_timesync_disable;
>>   	rte_eth_timesync_enable;
> This needs rebase to current master, minor conflict here
Didn't occur the conflict during my rebase. But anyway, will rebase 
again on the next rework. Thanks.


More information about the dev mailing list