FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
vl_api_policer_bind_t Struct Reference

policer bind: Associate/disassociate a policer with a worker thread. More...

Data Fields

u32 client_index
 
u32 context
 
string name [64]
 
u32 worker_index
 
bool bind_enable
 

Detailed Description

policer bind: Associate/disassociate a policer with a worker thread.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
name- policer name to bind
worker_index- the worker thread to bind to
bind_enable- Associate/disassociate

Definition at line 28 of file policer.api.

Field Documentation

◆ bind_enable

bool vl_api_policer_bind_t::bind_enable

Definition at line 35 of file policer.api.

◆ client_index

u32 vl_api_policer_bind_t::client_index

Definition at line 30 of file policer.api.

◆ context

u32 vl_api_policer_bind_t::context

Definition at line 31 of file policer.api.

◆ name

string vl_api_policer_bind_t::name[64]

Definition at line 33 of file policer.api.

◆ worker_index

u32 vl_api_policer_bind_t::worker_index

Definition at line 34 of file policer.api.


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