Go to the source code of this file.
#define ETHER_MAX_LEN 1518 |
Maximum frame len, including CRC.
Definition at line 40 of file init.c.
#define LINK_STATE_ELOGS 0 |
static int dpdk_ring_alloc |
( |
struct rte_mempool * |
mp | ) |
|
|
static |
static struct rte_mempool_ops* get_ops_by_name |
( |
char * |
ops_name | ) |
|
|
static |
static dpdk_port_type_t port_type_from_speed_capa |
( |
struct rte_eth_dev_info * |
dev_info | ) |
|
|
static |
Initial value:= {
.name = "dpdk-process",
.process_log2_n_stack_bytes = 17,
}
static uword dpdk_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
(constructor) VLIB_REGISTER_NODE (dpdk_process_node)
Definition at line 1720 of file init.c.
struct rte_eth_conf port_conf_template |
|
static |
Initial value:= {
.rxmode = {
.split_hdr_size = 0,
.header_split = 0,
.hw_ip_checksum = 0,
.hw_vlan_filter = 0,
.hw_strip_crc = 0,
},
.txmode = {
.mq_mode = ETH_MQ_TX_NONE,
},
}
Definition at line 49 of file init.c.