FD.io VPP
v18.10-34-gcce845e
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 |
u32 | sw_if_index |
u32 | queue_id |
u32 | worker_id |
u8 | 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 484 of file interface.api.
u32 vl_api_sw_interface_rx_placement_details_t::client_index |
Definition at line 486 of file interface.api.
u32 vl_api_sw_interface_rx_placement_details_t::context |
Definition at line 487 of file interface.api.
u8 vl_api_sw_interface_rx_placement_details_t::mode |
Definition at line 491 of file interface.api.
u32 vl_api_sw_interface_rx_placement_details_t::queue_id |
Definition at line 489 of file interface.api.
u32 vl_api_sw_interface_rx_placement_details_t::sw_if_index |
Definition at line 488 of file interface.api.
u32 vl_api_sw_interface_rx_placement_details_t::worker_id |
Definition at line 490 of file interface.api.