FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
vlib_thread_callbacks_t Struct Reference
+ Collaboration diagram for vlib_thread_callbacks_t:

Data Fields

clib_error_t *(* vlib_launch_thread_cb )(void *fp, vlib_worker_thread_t *w, unsigned cpu_id)
 
clib_error_t *(* vlib_thread_set_lcore_cb )(u32 thread, u16 cpu)
 

Detailed Description

Definition at line 274 of file threads.h.

Field Documentation

clib_error_t*(* vlib_thread_callbacks_t::vlib_launch_thread_cb) (void *fp, vlib_worker_thread_t *w, unsigned cpu_id)

Definition at line 276 of file threads.h.

clib_error_t*(* vlib_thread_callbacks_t::vlib_thread_set_lcore_cb) (u32 thread, u16 cpu)

Definition at line 278 of file threads.h.


The documentation for this struct was generated from the following file: