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.


Reply via email to