FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_sw_interface_rx_placement_details_t Struct Reference

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
 

Detailed Description

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.

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 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 475 of file interface.api.

Field Documentation

◆ client_index

u32 vl_api_sw_interface_rx_placement_details_t::client_index

Definition at line 477 of file interface.api.

◆ context

u32 vl_api_sw_interface_rx_placement_details_t::context

Definition at line 478 of file interface.api.

◆ mode

vl_api_rx_mode_t vl_api_sw_interface_rx_placement_details_t::mode

Definition at line 482 of file interface.api.

◆ queue_id

u32 vl_api_sw_interface_rx_placement_details_t::queue_id

Definition at line 480 of file interface.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sw_interface_rx_placement_details_t::sw_if_index

Definition at line 479 of file interface.api.

◆ worker_id

u32 vl_api_sw_interface_rx_placement_details_t::worker_id

Definition at line 481 of file interface.api.


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