Lines Matching defs:lcore_conf
80 struct lcore_conf { struct
81 uint16_t proc_id;
82 uint16_t socket_id;
83 uint16_t nb_queue_list[RTE_MAX_ETHPORTS];
84 struct ff_port_cfg *port_cfgs;
86 uint16_t nb_rx_queue;
87 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];
88 uint16_t nb_tx_port;
89 uint16_t tx_port_id[RTE_MAX_ETHPORTS];
90 uint16_t tx_queue_id[RTE_MAX_ETHPORTS];
91 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS];