FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
feature.c File Reference
+ Include dependency graph for feature.c:

Go to the source code of this file.

Functions

static clib_error_tvnet_feature_init (vlib_main_t *vm)
 
u8 vnet_get_feature_arc_index (const char *s)
 
vnet_feature_registration_tvnet_get_feature_reg (const char *arc_name, const char *node_name)
 
u32 vnet_get_feature_index (u8 arc, const char *s)
 
int vnet_feature_enable_disable_with_index (u8 arc_index, u32 feature_index, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)
 
int vnet_feature_enable_disable (const char *arc_name, const char *node_name, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)
 
static clib_error_tshow_features_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 Display the set of available driver features. More...
 
void vnet_interface_features_show (vlib_main_t *vm, u32 sw_if_index)
 Display the set of driver features configured on a specific interface Called by "show interface" handler. More...
 
static clib_error_tset_interface_features_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

vnet_feature_main_t feature_main
 
static vlib_cli_command_t show_features_command
 (constructor) VLIB_CLI_COMMAND (show_features_command) More...
 
static vlib_cli_command_t set_interface_feature_command
 (constructor) VLIB_CLI_COMMAND (set_interface_feature_command) More...
 

Function Documentation

static clib_error_t* set_interface_features_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 362 of file feature.c.

+ Here is the call graph for this function:

static clib_error_t* show_features_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Display the set of available driver features.

Useful for verifying that expected features are present

Definition at line 251 of file feature.c.

+ Here is the call graph for this function:

int vnet_feature_enable_disable ( const char *  arc_name,
const char *  node_name,
u32  sw_if_index,
int  enable_disable,
void *  feature_config,
u32  n_feature_config_bytes 
)

Definition at line 225 of file feature.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_feature_enable_disable_with_index ( u8  arc_index,
u32  feature_index,
u32  sw_if_index,
int  enable_disable,
void *  feature_config,
u32  n_feature_config_bytes 
)

Definition at line 177 of file feature.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* vnet_feature_init ( vlib_main_t vm)
static

Definition at line 22 of file feature.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 vnet_get_feature_arc_index ( const char *  s)

Definition at line 123 of file feature.c.

+ Here is the caller graph for this function:

u32 vnet_get_feature_index ( u8  arc,
const char *  s 
)

Definition at line 159 of file feature.c.

+ Here is the caller graph for this function:

vnet_feature_registration_t* vnet_get_feature_reg ( const char *  arc_name,
const char *  node_name 
)

Definition at line 138 of file feature.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_interface_features_show ( vlib_main_t vm,
u32  sw_if_index 
)

Display the set of driver features configured on a specific interface Called by "show interface" handler.

Definition at line 301 of file feature.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vnet_feature_main_t feature_main

Definition at line 19 of file feature.c.

vlib_cli_command_t set_interface_feature_command
static
Initial value:
= {
.path = "set interface feature",
.short_help = "set interface feature <intfc> <feature_name> arc <arc_name>",
}
static clib_error_t * set_interface_features_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: feature.c:362

(constructor) VLIB_CLI_COMMAND (set_interface_feature_command)

Definition at line 438 of file feature.c.

vlib_cli_command_t show_features_command
static
Initial value:
= {
.path = "show features",
.short_help = "show features",
}
static clib_error_t * show_features_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Display the set of available driver features.
Definition: feature.c:251

(constructor) VLIB_CLI_COMMAND (show_features_command)

Definition at line 289 of file feature.c.