FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vnet_hw_interface_t |
struct | vnet_sub_interface_t |
struct | vnet_p2p_sub_interface_t |
struct | vnet_sw_interface_t |
struct | vnet_hw_interface_nodes_t |
struct | vnet_interface_main_t |
Functions | |
vnet_l3_packet_type_t | vnet_link_to_l3_proto (vnet_link_t link) |
Convert a link to to an Ethertype. More... | |
u8 * | default_build_rewrite (struct vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_hw_address) |
Return a complete, zero-length (aka dummy) rewrite. More... | |
void | default_update_adjacency (struct vnet_main_t *vnm, u32 sw_if_index, u32 adj_index) |
Default adjacency update function. More... | |
static void | vnet_interface_counter_lock (vnet_interface_main_t *im) |
static void | vnet_interface_counter_unlock (vnet_interface_main_t *im) |
void | vnet_pcap_drop_trace_filter_add_del (u32 error_index, int is_add) |
int | vnet_interface_name_renumber (u32 sw_if_index, u32 new_show_dev_instance) |
Variables | |
vnet_device_class_t | vnet_local_interface_device_class |
#define VLIB_DEVICE_TX_FUNCTION_CLONE_TEMPLATE | ( | arch, | |
fn, | |||
tgt | |||
) |
Definition at line 217 of file interface.h.
#define VLIB_DEVICE_TX_FUNCTION_MULTIARCH | ( | dev, | |
fn | |||
) |
Definition at line 232 of file interface.h.
#define VLIB_DEVICE_TX_FUNCTION_MULTIARCH_CLONE | ( | fn | ) | foreach_march_variant(VLIB_DEVICE_TX_FUNCTION_CLONE_TEMPLATE, fn) |
Definition at line 227 of file interface.h.
#define VLIB_MULTIARCH_CLONE_AND_SELECT_FN | ( | fn, | |
... | |||
) |
Definition at line 231 of file interface.h.
#define VNET_DEVICE_CLASS | ( | x, | |
... | |||
) |
Definition at line 205 of file interface.h.
#define VNET_HW_INTERFACE_ADD_DEL_FUNCTION | ( | f | ) | _VNET_INTERFACE_FUNCTION_DECL(f,hw_interface_add_del) |
Definition at line 121 of file interface.h.
#define VNET_HW_INTERFACE_BOND_INFO_NONE ((uword *) 0) |
Definition at line 485 of file interface.h.
#define VNET_HW_INTERFACE_BOND_INFO_SLAVE ((uword *) ~0) |
Definition at line 486 of file interface.h.
#define VNET_HW_INTERFACE_CLASS | ( | x, | |
... | |||
) |
Definition at line 373 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_DUPLEX_MASK |
Definition at line 399 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_DUPLEX_SHIFT 1 |
Definition at line 396 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_FULL_DUPLEX (1 << 2) |
Definition at line 398 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_HALF_DUPLEX (1 << 1) |
Definition at line 397 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_LINK_UP (1 << 0) |
Definition at line 394 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_100G (1 << 8) |
Definition at line 410 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_100M (1 << 4) |
Definition at line 406 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_10G (1 << 6) |
Definition at line 408 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_10M (1 << 3) |
Definition at line 405 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_1G (1 << 5) |
Definition at line 407 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_40G (1 << 7) |
Definition at line 409 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_MASK |
Definition at line 411 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SPEED_SHIFT 3 |
Definition at line 404 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SUPPORTS_INT_MODE (1 << 10) |
Definition at line 420 of file interface.h.
#define VNET_HW_INTERFACE_FLAG_SUPPORTS_TX_L4_CKSUM_OFFLOAD (1 << 11) |
Definition at line 423 of file interface.h.
#define VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION | ( | f | ) | _VNET_INTERFACE_FUNCTION_DECL(f,hw_interface_link_up_down) |
Definition at line 123 of file interface.h.
#define VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION_PRIO | ( | f, | |
p | |||
) | _VNET_INTERFACE_FUNCTION_DECL_PRIO(f,hw_interface_link_up_down,p) |
Definition at line 125 of file interface.h.
#define VNET_ITF_FUNC_N_PRIO ((vnet_interface_function_priority_t)VNET_ITF_FUNC_PRIORITY_HIGH+1) |
Definition at line 84 of file interface.h.
#define VNET_LINK_NUM (VNET_LINK_NSH+1) |
Number of link types.
Not part of the enum so it does not have to be included in switch statements
Definition at line 274 of file interface.h.
#define VNET_LINKS |
Definition at line 261 of file interface.h.
#define VNET_SW_INTERFACE_ADD_DEL_FUNCTION | ( | f | ) | _VNET_INTERFACE_FUNCTION_DECL(f,sw_interface_add_del) |
Definition at line 127 of file interface.h.
#define VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION | ( | f | ) | _VNET_INTERFACE_FUNCTION_DECL(f,sw_interface_admin_up_down) |
Definition at line 129 of file interface.h.
#define VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION_PRIO | ( | f, | |
p | |||
) | _VNET_INTERFACE_FUNCTION_DECL_PRIO(f,sw_interface_admin_up_down, p) |
Definition at line 131 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_ADMIN_UP (1 << 0) |
Definition at line 576 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_BOND_SLAVE (1 << 4) |
Definition at line 585 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_ERROR (1 << 6) |
Definition at line 591 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_HIDDEN (1 << 5) |
Definition at line 588 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_PROXY_ARP (1 << 2) |
Definition at line 581 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_PUNT (1 << 1) |
Definition at line 579 of file interface.h.
#define VNET_SW_INTERFACE_FLAG_UNNUMBERED (1 << 3) |
Definition at line 583 of file interface.h.
typedef struct _vnet_device_class vnet_device_class_t |
Attributes assignable to a HW interface Class.
typedef struct _vnet_hw_interface_class vnet_hw_interface_class_t |
typedef struct vnet_hw_interface_t vnet_hw_interface_t |
typedef clib_error_t*( vnet_interface_function_t) (struct vnet_main_t *vnm, u32 if_index, u32 flags) |
Definition at line 63 of file interface.h.
typedef clib_error_t*( vnet_interface_set_mac_address_function_t) (struct vnet_hw_interface_t *hi, char *address) |
Definition at line 72 of file interface.h.
typedef clib_error_t*( vnet_interface_set_rx_mode_function_t) (struct vnet_main_t *vnm, u32 if_index, u32 queue_id, vnet_hw_interface_rx_mode mode) |
Definition at line 76 of file interface.h.
typedef enum vnet_link_t_ vnet_link_t |
Link Type: A description of the protocol of packets on the link.
On an ethernet link this maps directly into the ethertype. On a GRE tunnel it maps to the GRE-proto, etc for other lnk types.
typedef clib_error_t*( vnet_subif_add_del_function_t) (struct vnet_main_t *vnm, u32 if_index, struct vnet_sw_interface_t *template, int is_add) |
Definition at line 67 of file interface.h.
enum vnet_flood_class_t |
Enumerator | |
---|---|
VNET_FLOOD_CLASS_NORMAL | |
VNET_FLOOD_CLASS_TUNNEL_MASTER | |
VNET_FLOOD_CLASS_TUNNEL_NORMAL |
Definition at line 557 of file interface.h.
Attributes assignable to a HW interface Class.
Enumerator | |
---|---|
VNET_HW_INTERFACE_CLASS_FLAG_P2P |
a point 2 point interface |
Definition at line 284 of file interface.h.
Definition at line 51 of file interface.h.
Definition at line 621 of file interface.h.
Enumerator | |
---|---|
VNET_ITF_FUNC_PRIORITY_LOW | |
VNET_ITF_FUNC_PRIORITY_HIGH |
Definition at line 79 of file interface.h.
enum vnet_link_t_ |
Link Type: A description of the protocol of packets on the link.
On an ethernet link this maps directly into the ethertype. On a GRE tunnel it maps to the GRE-proto, etc for other lnk types.
Enumerator | |
---|---|
VNET_LINK_IP4 | |
VNET_LINK_IP6 | |
VNET_LINK_MPLS | |
VNET_LINK_ETHERNET | |
VNET_LINK_ARP | |
VNET_LINK_NSH |
Definition at line 247 of file interface.h.
Enumerator | |
---|---|
VNET_SW_INTERFACE_TYPE_HARDWARE | |
VNET_SW_INTERFACE_TYPE_SUB | |
VNET_SW_INTERFACE_TYPE_P2P |
Definition at line 505 of file interface.h.
u8* default_build_rewrite | ( | struct vnet_main_t * | vnm, |
u32 | sw_if_index, | ||
vnet_link_t | link_type, | ||
const void * | dst_hw_address | ||
) |
Return a complete, zero-length (aka dummy) rewrite.
Definition at line 1424 of file interface.c.
void default_update_adjacency | ( | struct vnet_main_t * | vnm, |
u32 | sw_if_index, | ||
u32 | adj_index | ||
) |
Default adjacency update function.
Definition at line 1432 of file interface.c.
|
inlinestatic |
|
inlinestatic |
Definition at line 697 of file interface.h.
Definition at line 1286 of file interface.c.
vnet_l3_packet_type_t vnet_link_to_l3_proto | ( | vnet_link_t | link | ) |
Convert a link to to an Ethertype.
Definition at line 1402 of file interface.c.
void vnet_pcap_drop_trace_filter_add_del | ( | u32 | error_index, |
int | is_add | ||
) |
Definition at line 952 of file interface_output.c.
vnet_device_class_t vnet_local_interface_device_class |