![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
show the interface's queue - thread placement This api is used to display the interface and queue worker thread placement. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| u32 | queue_id |
| u32 | worker_id |
| vl_api_rx_mode_t | mode |
show the interface's queue - thread placement This api is used to display the interface and queue worker thread placement.
One message per rx-queue per interface will be sent to client. Each message will contain information about rx-queue id of an interface, interface index, thread on which this rx-queue is placed and mode of rx-queue.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - the interface whose rx-placement will be dumped |
| queue_id | - the queue id |
| worker_id | - the worker id on which queue_id is placed, worker_id = 0 means main thread. |
| mode | - polling=1, interrupt=2, adaptive=3 |
Definition at line 489 of file interface.api.
| u32 vl_api_sw_interface_rx_placement_details_t::client_index |
Definition at line 491 of file interface.api.
| u32 vl_api_sw_interface_rx_placement_details_t::context |
Definition at line 492 of file interface.api.
| vl_api_rx_mode_t vl_api_sw_interface_rx_placement_details_t::mode |
Definition at line 496 of file interface.api.
| u32 vl_api_sw_interface_rx_placement_details_t::queue_id |
Definition at line 494 of file interface.api.
| vl_api_interface_index_t vl_api_sw_interface_rx_placement_details_t::sw_if_index |
Definition at line 493 of file interface.api.
| u32 vl_api_sw_interface_rx_placement_details_t::worker_id |
Definition at line 495 of file interface.api.