FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
vcl_test_session_t * | sessions |
vcl_test_session_t * | qsessions |
uint32_t | n_sessions |
uint32_t | wrk_index |
fd_set | wr_fdset |
fd_set | rd_fdset |
int | max_fd_index |
pthread_t | thread_handle |
vcl_test_cfg_t | cfg |
Definition at line 29 of file vcl_test_client.c.
vcl_test_cfg_t vcl_test_client_worker_t::cfg |
Definition at line 39 of file vcl_test_client.c.
int vcl_test_client_worker_t::max_fd_index |
Definition at line 37 of file vcl_test_client.c.
uint32_t vcl_test_client_worker_t::n_sessions |
Definition at line 33 of file vcl_test_client.c.
vcl_test_session_t* vcl_test_client_worker_t::qsessions |
Definition at line 32 of file vcl_test_client.c.
fd_set vcl_test_client_worker_t::rd_fdset |
Definition at line 36 of file vcl_test_client.c.
vcl_test_session_t* vcl_test_client_worker_t::sessions |
Definition at line 31 of file vcl_test_client.c.
pthread_t vcl_test_client_worker_t::thread_handle |
Definition at line 38 of file vcl_test_client.c.
fd_set vcl_test_client_worker_t::wr_fdset |
Definition at line 35 of file vcl_test_client.c.
uint32_t vcl_test_client_worker_t::wrk_index |
Definition at line 34 of file vcl_test_client.c.