FD.io VPP  v19.01.3-6-g70449b9b9
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
 
u32 sw_if_index
 
u32 queue_id
 
u32 worker_id
 
u8 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 428 of file interface.api.

Field Documentation

◆ client_index

u32 vl_api_sw_interface_rx_placement_details_t::client_index

Definition at line 430 of file interface.api.

◆ context

u32 vl_api_sw_interface_rx_placement_details_t::context

Definition at line 431 of file interface.api.

◆ mode

u8 vl_api_sw_interface_rx_placement_details_t::mode

Definition at line 435 of file interface.api.

◆ queue_id

u32 vl_api_sw_interface_rx_placement_details_t::queue_id

Definition at line 433 of file interface.api.

◆ sw_if_index

u32 vl_api_sw_interface_rx_placement_details_t::sw_if_index

Definition at line 432 of file interface.api.

◆ worker_id

u32 vl_api_sw_interface_rx_placement_details_t::worker_id

Definition at line 434 of file interface.api.


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