FD.io VPP  v19.04.2-12-g66b1689
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 434 of file interface.api.

Field Documentation

u32 vl_api_sw_interface_rx_placement_details_t::client_index

Definition at line 436 of file interface.api.

u32 vl_api_sw_interface_rx_placement_details_t::context

Definition at line 437 of file interface.api.

u8 vl_api_sw_interface_rx_placement_details_t::mode

Definition at line 441 of file interface.api.

u32 vl_api_sw_interface_rx_placement_details_t::queue_id

Definition at line 439 of file interface.api.

u32 vl_api_sw_interface_rx_placement_details_t::sw_if_index

Definition at line 438 of file interface.api.

u32 vl_api_sw_interface_rx_placement_details_t::worker_id

Definition at line 440 of file interface.api.


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