FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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 |
policer bind: Associate/disassociate a policer with a worker thread.
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.
bool vl_api_policer_bind_t::bind_enable |
Definition at line 35 of file policer.api.
u32 vl_api_policer_bind_t::client_index |
Definition at line 30 of file policer.api.
u32 vl_api_policer_bind_t::context |
Definition at line 31 of file policer.api.
string vl_api_policer_bind_t::name[64] |
Definition at line 33 of file policer.api.
u32 vl_api_policer_bind_t::worker_index |
Definition at line 34 of file policer.api.