![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Collaboration diagram for vcl_test_client_worker_t:Data Fields | |
| vcl_test_session_t * | sessions |
| vcl_test_session_t * | qsessions |
| uint32_t | n_sessions |
| uint32_t | n_qsessions |
| 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 28 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_qsessions |
Definition at line 33 of file vcl_test_client.c.
| uint32_t vcl_test_client_worker_t::n_sessions |
Definition at line 32 of file vcl_test_client.c.
| vcl_test_session_t* vcl_test_client_worker_t::qsessions |
Definition at line 31 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 30 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.