FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vnet_feature_main_t Struct Reference
+ Collaboration diagram for vnet_feature_main_t:

Data Fields

vnet_feature_arc_registration_tnext_arc
 feature arc configuration list More...
 
uword ** arc_index_by_name
 
vnet_feature_registration_tnext_feature
 feature path configuration lists More...
 
vnet_feature_registration_t ** next_feature_by_arc
 
uword ** next_feature_by_name
 
vnet_feature_config_main_tfeature_config_mains
 feature config main objects More...
 
char *** feature_nodes
 Save partial order results for show command. More...
 
uword ** sw_if_index_has_features
 bitmap of interfaces which have driver rx features configured More...
 
i16 ** feature_count_by_sw_if_index
 feature reference counts by interface More...
 
vlib_main_tvlib_main
 convenience More...
 
vnet_main_tvnet_main
 

Detailed Description

Definition at line 59 of file feature.h.

Field Documentation

uword** vnet_feature_main_t::arc_index_by_name

Definition at line 63 of file feature.h.

vnet_feature_config_main_t* vnet_feature_main_t::feature_config_mains

feature config main objects

Definition at line 71 of file feature.h.

i16** vnet_feature_main_t::feature_count_by_sw_if_index

feature reference counts by interface

Definition at line 80 of file feature.h.

char*** vnet_feature_main_t::feature_nodes

Save partial order results for show command.

Definition at line 74 of file feature.h.

vnet_feature_arc_registration_t* vnet_feature_main_t::next_arc

feature arc configuration list

Definition at line 62 of file feature.h.

vnet_feature_registration_t* vnet_feature_main_t::next_feature

feature path configuration lists

Definition at line 66 of file feature.h.

vnet_feature_registration_t** vnet_feature_main_t::next_feature_by_arc

Definition at line 67 of file feature.h.

uword** vnet_feature_main_t::next_feature_by_name

Definition at line 68 of file feature.h.

uword** vnet_feature_main_t::sw_if_index_has_features

bitmap of interfaces which have driver rx features configured

Definition at line 77 of file feature.h.

vlib_main_t* vnet_feature_main_t::vlib_main

convenience

Definition at line 83 of file feature.h.

vnet_main_t* vnet_feature_main_t::vnet_main

Definition at line 84 of file feature.h.


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