Searched defs:lcore_conf (Results 1 – 11 of 11) sorted by relevance
80 struct lcore_conf { struct81 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];[all …]
116 struct lcore_conf lcore_conf; variable
69 struct lcore_conf { struct70 uint16_t n_rx_queue;71 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];95 extern struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
90 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable
134 struct lcore_conf { struct156 struct lcore_conf *lconf; argument519 struct lcore_conf *lcore_conf, in lcore_conf_init()694 run_encoding(struct lcore_conf *lcore_conf) in run_encoding()825 run_decoding(struct lcore_conf *lcore_conf) in run_decoding()925 struct lcore_conf *lcore_conf = arg; in processing_loop() local1052 struct lcore_conf lcore_conf[RTE_MAX_LCORE] = { {0} }; in main() local
86 struct lcore_conf { struct95 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable
100 struct lcore_conf { struct107 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
215 struct lcore_conf { struct232 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
356 struct lcore_conf { struct357 uint16_t n_rx_queue;358 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];359 uint16_t n_tx_port;360 uint16_t tx_port_id[RTE_MAX_ETHPORTS];361 uint16_t tx_queue_id[RTE_MAX_ETHPORTS];362 struct rte_eth_dev_tx_buffer *tx_buffer[RTE_MAX_ETHPORTS];363 lookup_struct_t * ipv4_lookup_struct;364 lookup_struct_t * ipv6_lookup_struct;400 static struct lcore_conf lcore_conf[RTE_MAX_LCORE] __rte_cache_aligned; variable
1344 struct lcore_conf { struct1353 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
546 struct lcore_conf { struct556 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable