Searched refs:max_portid (Results 1 – 3 of 3) sorted by relevance
165 uint16_t max_portid; member
244 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() local314 (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()
342 cfg->dpdk.max_portid = portid_list[sz-1]; in parse_port_list()482 if (portid > cfg->dpdk.max_portid) { in port_cfg_handler()