FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
device.c File Reference
+ Include dependency graph for device.c:

Go to the source code of this file.

Macros

#define foreach_af_packet_tx_func_error
 

Enumerations

enum  af_packet_tx_func_error_t { AF_PACKET_TX_N_ERROR }
 

Functions

static u8format_af_packet_device_name (u8 *s, va_list *args)
 
static u8format_af_packet_device (u8 *s, va_list *args)
 
static u8format_af_packet_tx_trace (u8 *s, va_list *args)
 
static uword af_packet_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static void af_packet_set_interface_next_node (vnet_main_t *vnm, u32 hw_if_index, u32 node_index)
 
static void af_packet_clear_hw_interface_counters (u32 instance)
 
static clib_error_taf_packet_interface_admin_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 
static clib_error_taf_packet_subif_add_del_function (vnet_main_t *vnm, u32 hw_if_index, struct vnet_sw_interface_t *st, int is_add)
 
 VNET_DEVICE_CLASS (af_packet_device_class)
 

Variables

static char * af_packet_tx_func_error_strings []
 

Macro Definition Documentation

#define foreach_af_packet_tx_func_error
Value:
_(FRAME_NOT_READY, "tx frame not ready") \
_(TXRING_EAGAIN, "tx sendto temporary failure") \
_(TXRING_FATAL, "tx sendto fatal failure") \
_(TXRING_OVERRUN, "tx ring overrun")

Definition at line 29 of file device.c.

Enumeration Type Documentation

Enumerator
AF_PACKET_TX_N_ERROR 

Definition at line 35 of file device.c.

Function Documentation

static void af_packet_clear_hw_interface_counters ( u32  instance)
static

Definition at line 189 of file device.c.

+ Here is the caller graph for this function:

static clib_error_t* af_packet_interface_admin_up_down ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags 
)
static

Definition at line 195 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword af_packet_interface_tx ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 76 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void af_packet_set_interface_next_node ( vnet_main_t vnm,
u32  hw_if_index,
u32  node_index 
)
static

Definition at line 168 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* af_packet_subif_add_del_function ( vnet_main_t vnm,
u32  hw_if_index,
struct vnet_sw_interface_t st,
int  is_add 
)
static

Definition at line 217 of file device.c.

+ Here is the call graph for this function:

static u8* format_af_packet_device ( u8 s,
va_list *  args 
)
static

Definition at line 62 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_af_packet_device_name ( u8 s,
va_list *  args 
)
static

Definition at line 51 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_af_packet_tx_trace ( u8 s,
va_list *  args 
)
static

Definition at line 69 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VNET_DEVICE_CLASS ( af_packet_device_class  )

+ Here is the caller graph for this function:

Variable Documentation

char* af_packet_tx_func_error_strings[]
static
Initial value:
= {
#define _(n,s)
}
#define foreach_af_packet_tx_func_error
Definition: device.c:29

Definition at line 43 of file device.c.