FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
interface.c File Reference
+ Include dependency graph for interface.c:

Go to the source code of this file.

Data Structures

struct  vnet_sw_hw_interface_state_t
 

Macros

#define VNET_INTERFACE_SET_FLAGS_HELPER_IS_CREATE   (1 << 0)
 
#define VNET_INTERFACE_SET_FLAGS_HELPER_WANT_REDISTRIBUTE   (1 << 1)
 
#define VNET_INTERFACE_SET_FLAGS_HELPER_IS_CREATE   (1 << 0)
 
#define VNET_INTERFACE_SET_FLAGS_HELPER_WANT_REDISTRIBUTE   (1 << 1)
 

Functions

static clib_error_tvnet_hw_interface_set_flags_helper (vnet_main_t *vnm, u32 hw_if_index, u32 flags, u32 helper_flags)
 
static clib_error_tvnet_sw_interface_set_flags_helper (vnet_main_t *vnm, u32 sw_if_index, u32 flags, u32 helper_flags)
 
static clib_error_tvnet_hw_interface_set_class_helper (vnet_main_t *vnm, u32 hw_if_index, u32 hw_class_index, u32 redistribute)
 
static void serialize_vec_vnet_sw_hw_interface_state (serialize_main_t *m, va_list *va)
 
static void unserialize_vec_vnet_sw_hw_interface_state (serialize_main_t *m, va_list *va)
 
static void serialize_vnet_sw_hw_interface_set_flags (serialize_main_t *m, va_list *va)
 
static void unserialize_vnet_sw_interface_set_flags (serialize_main_t *m, va_list *va)
 
static void unserialize_vnet_hw_interface_set_flags (serialize_main_t *m, va_list *va)
 
 MC_SERIALIZE_MSG (vnet_sw_interface_set_flags_msg, static)
 
 MC_SERIALIZE_MSG (vnet_hw_interface_set_flags_msg, static)
 
void serialize_vnet_interface_state (serialize_main_t *m, va_list *va)
 
void unserialize_vnet_interface_state (serialize_main_t *m, va_list *va)
 
static clib_error_tcall_elf_section_interface_callbacks (vnet_main_t *vnm, u32 if_index, u32 flags, _vnet_interface_function_list_elt_t **elts)
 
static clib_error_tcall_hw_interface_add_del_callbacks (vnet_main_t *vnm, u32 hw_if_index, u32 is_create)
 
static clib_error_tcall_sw_interface_add_del_callbacks (vnet_main_t *vnm, u32 sw_if_index, u32 is_create)
 
clib_error_tvnet_hw_interface_set_flags (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 
clib_error_tvnet_sw_interface_set_flags (vnet_main_t *vnm, u32 sw_if_index, u32 flags)
 
static u32 vnet_create_sw_interface_no_callbacks (vnet_main_t *vnm, vnet_sw_interface_t *template)
 
clib_error_tvnet_create_sw_interface (vnet_main_t *vnm, vnet_sw_interface_t *template, u32 *sw_if_index)
 
void vnet_delete_sw_interface (vnet_main_t *vnm, u32 sw_if_index)
 
static void setup_tx_node (vlib_main_t *vm, u32 node_index, vnet_device_class_t *dev_class)
 
static void setup_output_node (vlib_main_t *vm, u32 node_index, vnet_hw_interface_class_t *hw_class)
 
u32 vnet_register_interface (vnet_main_t *vnm, u32 dev_class_index, u32 dev_instance, u32 hw_class_index, u32 hw_instance)
 
void vnet_delete_hw_interface (vnet_main_t *vnm, u32 hw_if_index)
 
void vnet_hw_interface_walk_sw (vnet_main_t *vnm, u32 hw_if_index, vnet_hw_sw_interface_walk_t fn, void *ctx)
 Walk the SW interfaces on a HW interface - this is the super interface and any sub-interfaces. More...
 
static void serialize_vnet_hw_interface_set_class (serialize_main_t *m, va_list *va)
 
static void unserialize_vnet_hw_interface_set_class (serialize_main_t *m, va_list *va)
 
 MC_SERIALIZE_MSG (vnet_hw_interface_set_class_msg, static)
 
void vnet_hw_interface_init_for_class (vnet_main_t *vnm, u32 hw_if_index, u32 hw_class_index, u32 hw_instance)
 
clib_error_tvnet_hw_interface_set_class (vnet_main_t *vnm, u32 hw_if_index, u32 hw_class_index)
 
static int vnet_hw_interface_rx_redirect_to_node_helper (vnet_main_t *vnm, u32 hw_if_index, u32 node_index, u32 redistribute)
 
int vnet_hw_interface_rx_redirect_to_node (vnet_main_t *vnm, u32 hw_if_index, u32 node_index)
 
word vnet_sw_interface_compare (vnet_main_t *vnm, uword sw_if_index0, uword sw_if_index1)
 
word vnet_hw_interface_compare (vnet_main_t *vnm, uword hw_if_index0, uword hw_if_index1)
 
int vnet_sw_interface_is_p2p (vnet_main_t *vnm, u32 sw_if_index)
 
clib_error_tvnet_interface_init (vlib_main_t *vm)
 
int vnet_interface_name_renumber (u32 sw_if_index, u32 new_show_dev_instance)
 
clib_error_tvnet_rename_interface (vnet_main_t *vnm, u32 hw_if_index, char *new_name)
 
static clib_error_tvnet_hw_interface_change_mac_address_helper (vnet_main_t *vnm, u32 hw_if_index, u64 mac_address)
 
clib_error_tvnet_hw_interface_change_mac_address (vnet_main_t *vnm, u32 hw_if_index, u64 mac_address)
 
vnet_l3_packet_type_t vnet_link_to_l3_proto (vnet_link_t link)
 Convert a link to to an Ethertype. More...
 
u8default_build_rewrite (vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_address)
 Return a complete, zero-length (aka dummy) rewrite. More...
 
void default_update_adjacency (vnet_main_t *vnm, u32 sw_if_index, u32 ai)
 Default adjacency update function. More...
 

Macro Definition Documentation

#define VNET_INTERFACE_SET_FLAGS_HELPER_IS_CREATE   (1 << 0)

Definition at line 302 of file interface.c.

#define VNET_INTERFACE_SET_FLAGS_HELPER_IS_CREATE   (1 << 0)

Definition at line 302 of file interface.c.

#define VNET_INTERFACE_SET_FLAGS_HELPER_WANT_REDISTRIBUTE   (1 << 1)

Definition at line 303 of file interface.c.

#define VNET_INTERFACE_SET_FLAGS_HELPER_WANT_REDISTRIBUTE   (1 << 1)

Definition at line 303 of file interface.c.

Function Documentation

static clib_error_t* call_elf_section_interface_callbacks ( vnet_main_t vnm,
u32  if_index,
u32  flags,
_vnet_interface_function_list_elt_t **  elts 
)
static

Definition at line 241 of file interface.c.

+ Here is the caller graph for this function:

static clib_error_t* call_hw_interface_add_del_callbacks ( vnet_main_t vnm,
u32  hw_if_index,
u32  is_create 
)
static

Definition at line 267 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* call_sw_interface_add_del_callbacks ( vnet_main_t vnm,
u32  sw_if_index,
u32  is_create 
)
static

Definition at line 295 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* default_build_rewrite ( vnet_main_t vnm,
u32  sw_if_index,
vnet_link_t  link_type,
const void *  dst_address 
)

Return a complete, zero-length (aka dummy) rewrite.

Definition at line 1386 of file interface.c.

+ Here is the caller graph for this function:

void default_update_adjacency ( vnet_main_t vnm,
u32  sw_if_index,
u32  ai 
)

Default adjacency update function.

Definition at line 1394 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

MC_SERIALIZE_MSG ( vnet_sw_interface_set_flags_msg  ,
static   
)

+ Here is the caller graph for this function:

MC_SERIALIZE_MSG ( vnet_hw_interface_set_flags_msg  ,
static   
)
MC_SERIALIZE_MSG ( vnet_hw_interface_set_class_msg  ,
static   
)
static void serialize_vec_vnet_sw_hw_interface_state ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 73 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void serialize_vnet_hw_interface_set_class ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 958 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void serialize_vnet_interface_state ( serialize_main_t m,
va_list *  va 
)

Definition at line 150 of file interface.c.

static void serialize_vnet_sw_hw_interface_set_flags ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 104 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_output_node ( vlib_main_t vm,
u32  node_index,
vnet_hw_interface_class_t hw_class 
)
static

Definition at line 671 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_tx_node ( vlib_main_t vm,
u32  node_index,
vnet_device_class_t dev_class 
)
static

Definition at line 657 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unserialize_vec_vnet_sw_hw_interface_state ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 88 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unserialize_vnet_hw_interface_set_class ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 967 of file interface.c.

+ Here is the call graph for this function:

static void unserialize_vnet_hw_interface_set_flags ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 125 of file interface.c.

+ Here is the call graph for this function:

void unserialize_vnet_interface_state ( serialize_main_t m,
va_list *  va 
)

Definition at line 201 of file interface.c.

+ Here is the call graph for this function:

static void unserialize_vnet_sw_interface_set_flags ( serialize_main_t m,
va_list *  va 
)
static

Definition at line 112 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_create_sw_interface ( vnet_main_t vnm,
vnet_sw_interface_t template,
u32 sw_if_index 
)

Definition at line 590 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 vnet_create_sw_interface_no_callbacks ( vnet_main_t vnm,
vnet_sw_interface_t template 
)
static

Definition at line 546 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_delete_hw_interface ( vnet_main_t vnm,
u32  hw_if_index 
)

Definition at line 881 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_delete_sw_interface ( vnet_main_t vnm,
u32  sw_if_index 
)

Definition at line 628 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_hw_interface_change_mac_address ( vnet_main_t vnm,
u32  hw_if_index,
u64  mac_address 
)

Definition at line 1356 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* vnet_hw_interface_change_mac_address_helper ( vnet_main_t vnm,
u32  hw_if_index,
u64  mac_address 
)
static

Definition at line 1314 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

word vnet_hw_interface_compare ( vnet_main_t vnm,
uword  hw_if_index0,
uword  hw_if_index1 
)

Definition at line 1126 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_hw_interface_init_for_class ( vnet_main_t vnm,
u32  hw_if_index,
u32  hw_class_index,
u32  hw_instance 
)

Definition at line 994 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_hw_interface_rx_redirect_to_node ( vnet_main_t vnm,
u32  hw_if_index,
u32  node_index 
)

Definition at line 1103 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_hw_interface_rx_redirect_to_node_helper ( vnet_main_t vnm,
u32  hw_if_index,
u32  node_index,
u32  redistribute 
)
static

Definition at line 1079 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_hw_interface_set_class ( vnet_main_t vnm,
u32  hw_if_index,
u32  hw_class_index 
)

Definition at line 1071 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t * vnet_hw_interface_set_class_helper ( vnet_main_t vnm,
u32  hw_if_index,
u32  hw_class_index,
u32  redistribute 
)
static

Definition at line 1007 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_hw_interface_set_flags ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags 
)

Definition at line 530 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t * vnet_hw_interface_set_flags_helper ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags,
u32  helper_flags 
)
static

Definition at line 306 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_hw_interface_walk_sw ( vnet_main_t vnm,
u32  hw_if_index,
vnet_hw_sw_interface_walk_t  fn,
void *  ctx 
)

Walk the SW interfaces on a HW interface - this is the super interface and any sub-interfaces.

Definition at line 937 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_interface_init ( vlib_main_t vm)

Definition at line 1148 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_interface_name_renumber ( u32  sw_if_index,
u32  new_show_dev_instance 
)

Definition at line 1249 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vnet_l3_packet_type_t vnet_link_to_l3_proto ( vnet_link_t  link)

Convert a link to to an Ethertype.

Definition at line 1364 of file interface.c.

+ Here is the caller graph for this function:

u32 vnet_register_interface ( vnet_main_t vnm,
u32  dev_class_index,
u32  dev_instance,
u32  hw_class_index,
u32  hw_instance 
)

Definition at line 681 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_rename_interface ( vnet_main_t vnm,
u32  hw_if_index,
char *  new_name 
)

Definition at line 1278 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

word vnet_sw_interface_compare ( vnet_main_t vnm,
uword  sw_if_index0,
uword  sw_if_index1 
)

Definition at line 1112 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_sw_interface_is_p2p ( vnet_main_t vnm,
u32  sw_if_index 
)

Definition at line 1138 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_sw_interface_set_flags ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags 
)

Definition at line 538 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t * vnet_sw_interface_set_flags_helper ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags,
u32  helper_flags 
)
static

Definition at line 370 of file interface.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: