FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static u32 | netmap_eth_flag_change (vnet_main_t *vnm, vnet_hw_interface_t *hi, u32 flags) |
static clib_error_t * | netmap_fd_read_ready (clib_file_t *uf) |
static void | close_netmap_if (netmap_main_t *nm, netmap_if_t *nif) |
int | netmap_worker_thread_enable () |
int | netmap_worker_thread_disable () |
int | netmap_create_if (vlib_main_t *vm, u8 *if_name, u8 *hw_addr_set, u8 is_pipe, u8 is_master, u32 *sw_if_index) |
int | netmap_delete_if (vlib_main_t *vm, u8 *host_if_name) |
static clib_error_t * | netmap_init (vlib_main_t *vm) |
Variables | |
netmap_main_t | netmap_main |
|
static |
int netmap_delete_if | ( | vlib_main_t * | vm, |
u8 * | host_if_name | ||
) |
|
static |
|
static |
|
static |
int netmap_worker_thread_disable | ( | ) |
int netmap_worker_thread_enable | ( | ) |
netmap_main_t netmap_main |