Home
last modified time | relevance | path

Searched defs:lcore_conf (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/l3fwd/
H A Dl3fwd.h76 struct lcore_conf { struct
77 uint16_t n_rx_queue;
78 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];
79 uint16_t n_tx_port;
80 uint16_t tx_port_id[RTE_MAX_ETHPORTS];
81 uint16_t tx_queue_id[RTE_MAX_ETHPORTS];
82 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS];
106 extern struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
H A Dmain.c94 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable
/dpdk/examples/bbdev_app/
H A Dmain.c132 struct lcore_conf { struct
154 struct lcore_conf *lconf; argument
512 struct lcore_conf *lcore_conf, in lcore_conf_init()
687 run_encoding(struct lcore_conf *lcore_conf) in run_encoding()
818 run_decoding(struct lcore_conf *lcore_conf) in run_decoding()
918 struct lcore_conf *lcore_conf = arg; in processing_loop() local
1045 struct lcore_conf lcore_conf[RTE_MAX_LCORE] = { {0} }; in main() local
/dpdk/examples/l3fwd-graph/
H A Dmain.c86 struct lcore_conf { struct
95 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/dpdk/app/test/
H A Dtest_pmd_perf.c98 struct lcore_conf { struct
105 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/dpdk/examples/l3fwd-power/
H A Dmain.c361 struct lcore_conf { struct
362 uint16_t n_rx_queue;
363 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];
364 uint16_t n_tx_port;
365 uint16_t tx_port_id[RTE_MAX_ETHPORTS];
366 uint16_t tx_queue_id[RTE_MAX_ETHPORTS];
367 struct rte_eth_dev_tx_buffer *tx_buffer[RTE_MAX_ETHPORTS];
368 lookup_struct_t * ipv4_lookup_struct;
369 lookup_struct_t * ipv6_lookup_struct;
405 static struct lcore_conf lcore_conf[RTE_MAX_LCORE] __rte_cache_aligned; variable
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c232 struct lcore_conf { struct
248 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/dpdk/examples/l3fwd-acl/
H A Dmain.c1355 struct lcore_conf { struct
1364 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c251 struct pmd_core_cfg *lcore_conf; in clb_multiwait() local
316 struct pmd_core_cfg *lcore_conf; in clb_pause() local
356 struct pmd_core_cfg *lcore_conf = &lcore_cfgs[lcore]; in clb_scale_freq() local