Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_memory.h80 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];
[all …]
H A Dff_dpdk_if.c116 struct lcore_conf lcore_conf; variable
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd.h69 struct lcore_conf { struct
70 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
H A Dmain.c90 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c134 struct lcore_conf { struct
156 struct lcore_conf *lconf; argument
519 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() local
1052 struct lcore_conf lcore_conf[RTE_MAX_LCORE] = { {0} }; in main() local
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c86 struct lcore_conf { struct
95 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c100 struct lcore_conf { struct
107 struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c215 struct lcore_conf { struct
232 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c356 struct lcore_conf { struct
357 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
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c1344 struct lcore_conf { struct
1353 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; argument
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c546 struct lcore_conf { struct
556 static struct lcore_conf lcore_conf[RTE_MAX_LCORE]; variable