FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_sw_interface_set_rx_placement_t Struct Reference

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
 
u32 sw_if_index
 
u32 queue_id
 
u32 worker_id
 
u8 is_main
 

Detailed Description

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.

Template Parameters
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 446 of file interface.api.

Field Documentation

u32 vl_api_sw_interface_set_rx_placement_t::client_index

Definition at line 448 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::context

Definition at line 449 of file interface.api.

u8 vl_api_sw_interface_set_rx_placement_t::is_main

Definition at line 453 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::queue_id

Definition at line 451 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::sw_if_index

Definition at line 450 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::worker_id

Definition at line 452 of file interface.api.


The documentation for this struct was generated from the following file: