FD.io VPP  v19.04.1-1-ge4a0f9f
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 396 of file interface.api.

Field Documentation

u32 vl_api_sw_interface_set_rx_placement_t::client_index

Definition at line 398 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::context

Definition at line 399 of file interface.api.

u8 vl_api_sw_interface_set_rx_placement_t::is_main

Definition at line 403 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::queue_id

Definition at line 401 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::sw_if_index

Definition at line 400 of file interface.api.

u32 vl_api_sw_interface_set_rx_placement_t::worker_id

Definition at line 402 of file interface.api.


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