FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_learn_main_t_ |
Grouping of global data for the GBP source EPG classification feature. More... | |
Macros | |
#define | GBP_ENDPOINT_HASH_LEARN_RATE (1e-2) |
The maximum learning rate per-hashed EP. More... | |
Typedefs | |
typedef enum gbp_learn_mode_t_ | gbb_learn_mode_t |
typedef struct gbp_learn_main_t_ | gbp_learn_main_t |
Grouping of global data for the GBP source EPG classification feature. More... | |
Enumerations | |
enum | gbp_learn_mode_t_ { GBP_LEARN_MODE_L2, GBP_LEARN_MODE_L3 } |
Functions | |
void | gbp_learn_enable (u32 sw_if_index, gbb_learn_mode_t mode) |
void | gbp_learn_disable (u32 sw_if_index, gbb_learn_mode_t mode) |
Variables | |
gbp_learn_main_t | gbp_learn_main |
#define GBP_ENDPOINT_HASH_LEARN_RATE (1e-2) |
The maximum learning rate per-hashed EP.
Definition at line 24 of file gbp_learn.h.
typedef enum gbp_learn_mode_t_ gbb_learn_mode_t |
typedef struct gbp_learn_main_t_ gbp_learn_main_t |
Grouping of global data for the GBP source EPG classification feature.
enum gbp_learn_mode_t_ |
Enumerator | |
---|---|
GBP_LEARN_MODE_L2 | |
GBP_LEARN_MODE_L3 |
Definition at line 26 of file gbp_learn.h.
void gbp_learn_disable | ( | u32 | sw_if_index, |
gbb_learn_mode_t | mode | ||
) |
Definition at line 41 of file gbp_learn.c.
void gbp_learn_enable | ( | u32 | sw_if_index, |
gbb_learn_mode_t | mode | ||
) |
Definition at line 25 of file gbp_learn.c.
gbp_learn_main_t gbp_learn_main |
Definition at line 22 of file gbp_learn.c.