Home
last modified time | relevance | path

Searched refs:MAX_LCORE_PARAMS (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.h9 #define MAX_LCORE_PARAMS 1024 macro
H A Dperf_core.c28 static struct perf_lcore_params prf_lc_prms[MAX_LCORE_PARAMS];
156 if (nb_prf_lc_prms >= MAX_LCORE_PARAMS) { in parse_perf_config()
H A Dmain.c230 struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
1687 if (nb_lcore_params >= MAX_LCORE_PARAMS) { in parse_config()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c54 #define MAX_LCORE_PARAMS 1024 macro
103 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
346 if (nb_lcore_params >= MAX_LCORE_PARAMS) { in parse_config()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c54 #define MAX_LCORE_PARAMS 1024 macro
98 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
401 if (nb_lcore_params >= MAX_LCORE_PARAMS) { in parse_config()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c261 #define MAX_LCORE_PARAMS 1024 macro
269 static struct rx_thread_params rx_thread_params_array[MAX_LCORE_PARAMS];
291 static struct tx_thread_params tx_thread_params_array[MAX_LCORE_PARAMS];
2752 if (nb_rx_thread_params >= MAX_LCORE_PARAMS) { in parse_rx_config()
2808 if (nb_tx_thread_params >= MAX_LCORE_PARAMS) { in parse_tx_config()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c101 #define MAX_LCORE_PARAMS 1024 macro
108 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
1704 if (nb_lcore_params >= MAX_LCORE_PARAMS) { in parse_config()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c78 #define MAX_LCORE_PARAMS 1024 macro
202 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
1523 if (nb_lcore_params >= MAX_LCORE_PARAMS) { in parse_config()