Go to the source code of this file.
|
static dpdk_port_type_t | port_type_from_speed_capa (struct rte_eth_dev_info *dev_info) |
|
static dpdk_port_type_t | port_type_from_link_speed (u32 link_speed) |
|
static u32 | dpdk_flag_change (vnet_main_t *vnm, vnet_hw_interface_t *hi, u32 flags) |
|
static int | dpdk_port_crc_strip_enabled (dpdk_device_t *xd) |
|
static int | check_l3cache () |
|
static void | dpdk_enable_l4_csum_offload (dpdk_device_t *xd) |
|
static clib_error_t * | dpdk_lib_init (dpdk_main_t *dm) |
|
static void | dpdk_bind_devices_to_uio (dpdk_config_main_t *conf) |
|
static void | dpdk_bind_vmbus_devices_to_uio (dpdk_config_main_t *conf) |
|
uword | unformat_max_simd_bitwidth (unformat_input_t *input, va_list *va) |
|
static clib_error_t * | dpdk_device_config (dpdk_config_main_t *conf, void *addr, dpdk_device_addr_type_t addr_type, unformat_input_t *input, u8 is_default) |
|
static clib_error_t * | dpdk_log_read_ready (clib_file_t *uf) |
|
static clib_error_t * | dpdk_config (vlib_main_t *vm, unformat_input_t *input) |
|
void | dpdk_update_link_state (dpdk_device_t *xd, f64 now) |
|
static uword | dpdk_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f) |
|
static clib_error_t * | dpdk_init (vlib_main_t *vm) |
|
◆ ETHER_MAX_LEN
#define ETHER_MAX_LEN 1518 |
Maximum frame len, including CRC.
Definition at line 46 of file init.c.
◆ LINK_STATE_ELOGS
#define LINK_STATE_ELOGS 0 |
◆ check_l3cache()
static int check_l3cache |
( |
| ) |
|
|
static |
◆ dpdk_bind_devices_to_uio()
◆ dpdk_bind_vmbus_devices_to_uio()
◆ dpdk_config()
◆ dpdk_device_config()
◆ dpdk_enable_l4_csum_offload()
◆ dpdk_flag_change()
◆ dpdk_init()
◆ dpdk_lib_init()
◆ dpdk_log_read_ready()
◆ dpdk_port_crc_strip_enabled()
◆ dpdk_process()
◆ dpdk_update_link_state()
◆ port_type_from_link_speed()
◆ port_type_from_speed_capa()
static dpdk_port_type_t port_type_from_speed_capa |
( |
struct rte_eth_dev_info * |
dev_info | ) |
|
|
static |
◆ unformat_max_simd_bitwidth()
◆ dpdk_config_main
◆ dpdk_main
◆ dpdk_process_node
Initial value:= {
.name = "dpdk-process",
.process_log2_n_stack_bytes = 17,
}
(constructor) VLIB_REGISTER_NODE (dpdk_process_node)
Definition at line 1961 of file init.c.