FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | VLIB_PHYSMEM_DEFAULT_BASE_ADDDR (1ULL << 36) |
Functions | |
clib_error_t * | vlib_physmem_shared_map_create (vlib_main_t *vm, char *name, uword size, u32 log2_page_sz, u32 numa_node, u32 *map_index) |
vlib_physmem_map_t * | vlib_physmem_get_map (vlib_main_t *vm, u32 index) |
clib_error_t * | vlib_physmem_init (vlib_main_t *vm) |
static clib_error_t * | show_physmem (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | vlib_physmem_config (vlib_main_t *vm, unformat_input_t *input) |
Variables | |
static vlib_cli_command_t | show_physmem_command |
(constructor) VLIB_CLI_COMMAND (show_physmem_command) More... | |
|
static |
|
static |
vlib_physmem_map_t* vlib_physmem_get_map | ( | vlib_main_t * | vm, |
u32 | index | ||
) |
clib_error_t* vlib_physmem_init | ( | vlib_main_t * | vm | ) |
clib_error_t* vlib_physmem_shared_map_create | ( | vlib_main_t * | vm, |
char * | name, | ||
uword | size, | ||
u32 | log2_page_sz, | ||
u32 | numa_node, | ||
u32 * | map_index | ||
) |
|
static |
(constructor) VLIB_CLI_COMMAND (show_physmem_command)