FD.io VPP  v16.06
Vector Packet Processing
threads.h File Reference
+ Include dependency graph for threads.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* dpdk_worker_thread_callback_t) (vlib_main_t *vm)
 

Functions

void dpdk_worker_thread (vlib_worker_thread_t *w, char *io_name, dpdk_worker_thread_callback_t callback)
 
int dpdk_frame_queue_dequeue (vlib_main_t *vm)
 

Typedef Documentation

typedef void(* dpdk_worker_thread_callback_t) (vlib_main_t *vm)

Definition at line 20 of file threads.h.

Function Documentation

int dpdk_frame_queue_dequeue ( vlib_main_t vm)

Definition at line 169 of file threads.c.

+ Here is the call graph for this function:

void dpdk_worker_thread ( vlib_worker_thread_t w,
char *  io_name,
dpdk_worker_thread_callback_t  callback 
)

Definition at line 237 of file threads.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: