* On failure (either memory allocation issue in the function itself or an
* error is returned by the init callback itself), returns NULL.
*/
-__rte_experimental
void *
rte_lcore_callback_register(const char *name, rte_lcore_init_cb init,
rte_lcore_uninit_cb uninit, void *arg);
* The handle pointer returned by a former successful call to
* rte_lcore_callback_register.
*/
-__rte_experimental
void
rte_lcore_callback_unregister(void *handle);
* Same return code as the callback last invocation (see rte_lcore_iterate_cb
* description).
*/
-__rte_experimental
int
rte_lcore_iterate(rte_lcore_iterate_cb cb, void *arg);
* @param f
* The output stream where the dump should be sent.
*/
-__rte_experimental
void
rte_lcore_dump(FILE *f);
* @return
* On success, return 0; otherwise return -1 with rte_errno set.
*/
-__rte_experimental
int
rte_thread_register(void);
/**
* Unregister current thread and release lcore if one was associated.
*/
-__rte_experimental
void
rte_thread_unregister(void);
rte_keepalive_mark_sleep; # WINDOWS_NO_EXPORT
rte_keepalive_register_core; # WINDOWS_NO_EXPORT
rte_keepalive_register_relay_callback; # WINDOWS_NO_EXPORT
+ rte_lcore_callback_register;
+ rte_lcore_callback_unregister;
rte_lcore_count;
+ rte_lcore_dump;
rte_lcore_has_role;
rte_lcore_index;
rte_lcore_is_enabled;
+ rte_lcore_iterate;
rte_lcore_to_socket_id;
rte_log;
rte_log_cur_msg_loglevel;
rte_memzone_walk;
rte_mp_action_register;
rte_mp_action_unregister;
+ rte_mp_disable;
rte_mp_reply;
rte_mp_request_async;
rte_mp_request_sync;
rte_strsplit;
rte_sys_gettid;
rte_thread_get_affinity;
+ rte_thread_register;
rte_thread_set_affinity;
rte_thread_setname;
+ rte_thread_unregister;
rte_uuid_compare;
rte_uuid_is_null;
rte_uuid_parse;
# added in 20.08
rte_eal_vfio_get_vf_token; # WINDOWS_NO_EXPORT
- rte_lcore_callback_register;
- rte_lcore_callback_unregister;
- rte_lcore_dump;
- rte_lcore_iterate;
- rte_mp_disable;
- rte_thread_register;
- rte_thread_unregister;
# added in 20.11
__rte_eal_trace_generic_size_t; # WINDOWS_NO_EXPORT