Go to the source code of this file.
|
static u8 * | format_netmap_device_name (u8 *s, va_list *args) |
|
static u8 * | format_netmap_device (u8 *s, va_list *args) |
|
static u8 * | format_netmap_tx_trace (u8 *s, va_list *args) |
|
static uword | netmap_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static void | netmap_set_interface_next_node (vnet_main_t *vnm, u32 hw_if_index, u32 node_index) |
|
static void | netmap_clear_hw_interface_counters (u32 instance) |
|
static clib_error_t * | netmap_interface_admin_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags) |
|
static clib_error_t * | netmap_subif_add_del_function (vnet_main_t *vnm, u32 hw_if_index, struct vnet_sw_interface_t *st, int is_add) |
|
| VNET_DEVICE_CLASS (netmap_device_class) |
|
#define foreach_netmap_tx_func_error |
Value:_(NO_FREE_SLOTS, "no free tx slots") \
_(PENDING_MSGS, "pending msgs in tx ring")
Definition at line 29 of file device.c.
Enumerator |
---|
NETMAP_TX_N_ERROR |
|
Definition at line 33 of file device.c.
static u8* format_netmap_device |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_netmap_device_name |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_netmap_tx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static void netmap_clear_hw_interface_counters |
( |
u32 |
instance | ) |
|
|
static |
static void netmap_set_interface_next_node |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
hw_if_index, |
|
|
u32 |
node_index |
|
) |
| |
|
static |
char* netmap_tx_func_error_strings[] |
|
static |
Initial value:= {
#define _(n,s)
}
#define foreach_netmap_tx_func_error
Definition at line 41 of file device.c.