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) |
|
VNET_DEVICE_CLASS_TX_FN() | netmap_device_class (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) |
|
◆ foreach_netmap_tx_func_error
#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.
◆ netmap_tx_func_error_t
Enumerator |
---|
NETMAP_TX_N_ERROR | |
Definition at line 33 of file device.c.
◆ format_netmap_device()
static u8* format_netmap_device |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_netmap_device_name()
static u8* format_netmap_device_name |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_netmap_tx_trace()
static u8* format_netmap_tx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ netmap_clear_hw_interface_counters()
static void netmap_clear_hw_interface_counters |
( |
u32 |
instance | ) |
|
|
static |
◆ netmap_device_class()
◆ netmap_interface_admin_up_down()
◆ netmap_set_interface_next_node()
static void netmap_set_interface_next_node |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
hw_if_index, |
|
|
u32 |
node_index |
|
) |
| |
|
static |
◆ netmap_subif_add_del_function()
◆ VNET_DEVICE_CLASS()
◆ netmap_tx_func_error_strings
char* netmap_tx_func_error_strings[] |
|
static |
Initial value:
Definition at line 41 of file device.c.