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

Thomas Monjalon thomas at monjalon.net
Thu Apr 5 23:54:02 CEST 2018


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.




More information about the dev mailing list