[dpdk-dev] [PATCH V20 2/4] eal: add device event monitor framework

Guo, Jia jia.guo at intel.com
Fri Apr 6 05:51:57 CEST 2018



On 4/6/2018 5:54 AM, Thomas Monjalon wrote:
> 05/04/2018 18:10, Jeff Guo:
>> --- a/lib/librte_eal/rte_eal_version.map
>> +++ b/lib/librte_eal/rte_eal_version.map
>> @@ -260,3 +260,13 @@ EXPERIMENTAL {
>>          rte_socket_id_by_idx;
>>   
>>   } DPDK_18.02;
>> +
>> +EXPERIMENTAL {
>> +       global:
>> +
>> +       rte_dev_event_monitor_start;
>> +       rte_dev_event_monitor_stop;
>> +       rte_dev_event_callback_register;
>> +       rte_dev_event_callback_unregister;
>> +
>> +} DPDK_18.05;
> These functions should go in the already existing EXPERIMENTAL
> block above.
ok.
>



More information about the dev mailing list