Home
last modified time | relevance | path

Searched refs:max_portid (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_config.h165 uint16_t max_portid; member
H A Dff_dpdk_if.c244 if (ff_global_cfg.dpdk.max_portid >= nb_dev_ports) { in init_lcore_conf()
246 ff_global_cfg.dpdk.max_portid); in init_lcore_conf()
311 uint16_t max_portid = ff_global_cfg.dpdk.max_portid; in init_mem_pool() local
314 (nb_rx_queue * (max_portid + 1) * 2 * RX_QUEUE_SIZE + in init_mem_pool()
315 nb_ports * (max_portid + 1) * 2 * nb_lcores * MAX_PKT_BURST + in init_mem_pool()
316 nb_ports * (max_portid + 1) * 2 * nb_tx_queue * TX_QUEUE_SIZE + in init_mem_pool()
H A Dff_config.c342 cfg->dpdk.max_portid = portid_list[sz-1]; in parse_port_list()
482 if (portid > cfg->dpdk.max_portid) { in port_cfg_handler()