Lines Matching refs:lcore_conf

116 struct lcore_conf lcore_conf;  variable
249 lcore_conf.port_cfgs = ff_global_cfg.dpdk.port_cfgs; in init_lcore_conf()
250 lcore_conf.proc_id = ff_global_cfg.dpdk.proc_id; in init_lcore_conf()
257 lcore_conf.socket_id = socket_id; in init_lcore_conf()
259 uint16_t lcore_id = ff_global_cfg.dpdk.proc_lcore[lcore_conf.proc_id]; in init_lcore_conf()
280 uint16_t nb_rx_queue = lcore_conf.nb_rx_queue; in init_lcore_conf()
281 lcore_conf.rx_queue_list[nb_rx_queue].port_id = port_id; in init_lcore_conf()
282 lcore_conf.rx_queue_list[nb_rx_queue].queue_id = queueid; in init_lcore_conf()
283 lcore_conf.nb_rx_queue++; in init_lcore_conf()
285 lcore_conf.tx_queue_id[port_id] = queueid; in init_lcore_conf()
286 lcore_conf.tx_port_id[lcore_conf.nb_tx_port] = port_id; in init_lcore_conf()
287 lcore_conf.nb_tx_port++; in init_lcore_conf()
294 lcore_conf.nb_queue_list[port_id] = pconf->nb_lcores; in init_lcore_conf()
297 if (lcore_conf.nb_rx_queue == 0) { in init_lcore_conf()
310 uint32_t nb_rx_queue = lcore_conf.nb_rx_queue * nb_lcores; in init_mem_pool()
403 unsigned socketid = lcore_conf.socket_id; in init_dispatch_ring()
458 unsigned socketid = lcore_conf.socket_id; in init_msg_ring()
525 unsigned socket_id = lcore_conf.socket_id; in init_kni()
736 uint16_t lcore_id = lcore_conf.port_cfgs[port_id].lcore_list[q]; in init_port_start()
1090 if (0 == lcore_conf.tx_queue_id[0]){ in ff_dpdk_init()
1268 struct lcore_conf *qconf = &lcore_conf;
1630 send_burst(struct lcore_conf *qconf, uint16_t n, uint8_t port)
1674 struct lcore_conf *qconf;
1676 qconf = &lcore_conf;
1696 struct lcore_conf *qconf = &lcore_conf;
1707 struct rte_mempool *mbuf_pool = pktmbuf_pool[lcore_conf.socket_id];
1828 struct lcore_conf *qconf;
1839 qconf = &lcore_conf;
1955 struct lcore_conf *qconf = &lcore_conf;
2040 struct lcore_conf *qconf = &lcore_conf;