FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Set an interface's rx-placement Rx-Queue placement on specific thread is operational for only hardware interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u32 | queue_id |
u32 | worker_id |
bool | is_main |
Set an interface's rx-placement Rx-Queue placement on specific thread is operational for only hardware interface.
It will not set queue - thread placement for sub-interfaces, p2p and pipe interfaces.
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 set |
queue_id | - the queue number whose rx-placement will be set. |
worker_id | - the worker number whom rx-placement will be at. |
is_main | - flag to set rx-placement to main thread |
Definition at line 451 of file interface.api.
u32 vl_api_sw_interface_set_rx_placement_t::client_index |
Definition at line 453 of file interface.api.
u32 vl_api_sw_interface_set_rx_placement_t::context |
Definition at line 454 of file interface.api.
bool vl_api_sw_interface_set_rx_placement_t::is_main |
Definition at line 458 of file interface.api.
u32 vl_api_sw_interface_set_rx_placement_t::queue_id |
Definition at line 456 of file interface.api.
vl_api_interface_index_t vl_api_sw_interface_set_rx_placement_t::sw_if_index |
Definition at line 455 of file interface.api.
u32 vl_api_sw_interface_set_rx_placement_t::worker_id |
Definition at line 457 of file interface.api.