FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_kp_conf_t Struct Reference

Configure Kube-proxy global parameters. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sticky_buckets_per_core
 
u32 flow_timeout
 

Detailed Description

Configure Kube-proxy global parameters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sticky_buckets_per_core- Number of buckets per worker thread in the established flow table (must be power of 2).
flow_timeout- Time in seconds after which, if no packet is received for a given flow, the flow is removed from the established flow table.

Definition at line 26 of file kp.api.

Field Documentation

u32 vl_api_kp_conf_t::client_index

Definition at line 28 of file kp.api.

u32 vl_api_kp_conf_t::context

Definition at line 29 of file kp.api.

u32 vl_api_kp_conf_t::flow_timeout

Definition at line 31 of file kp.api.

u32 vl_api_kp_conf_t::sticky_buckets_per_core

Definition at line 30 of file kp.api.


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