| /f-stack/lib/ |
| H A D | ff_memory.h | 56 #define MAX_RX_QUEUE_PER_LCORE 16 macro 87 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd.h | 29 #define MAX_RX_QUEUE_PER_LCORE 16 macro 71 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE];
|
| H A D | main.c | 256 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.h | 13 uint32_t rx_port_list[MAX_RX_QUEUE_PER_LCORE];
|
| H A D | l2fwd_common.h | 47 #define MAX_RX_QUEUE_PER_LCORE 16 macro
|
| H A D | main.c | 59 if (n >= MAX_RX_QUEUE_PER_LCORE) in l2fwd_event_parse_nqueue()
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 68 #define MAX_RX_QUEUE_PER_LCORE 16 macro 72 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 75 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE]; 76 struct rte_jobstats port_fwd_jobs[MAX_RX_QUEUE_PER_LCORE]; 585 if (n >= MAX_RX_QUEUE_PER_LCORE) in l2fwd_parse_nqueue()
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 68 #define MAX_RX_QUEUE_PER_LCORE 16 macro 72 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 334 if (n >= MAX_RX_QUEUE_PER_LCORE) in lsi_parse_nqueue()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 97 #define MAX_RX_QUEUE_PER_LCORE 16 macro 102 uint8_t rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 477 n == 0 || n >= MAX_RX_QUEUE_PER_LCORE) in parse_nqueue()
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 71 #define MAX_RX_QUEUE_PER_LCORE 16 macro 75 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 327 if (n >= MAX_RX_QUEUE_PER_LCORE) in l2fwd_parse_nqueue()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 52 #define MAX_RX_QUEUE_PER_LCORE 16 macro 88 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 235 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues() 997 node_patterns = malloc((MAX_RX_QUEUE_PER_LCORE + nb_patterns) * in main()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 82 #define MAX_RX_QUEUE_PER_LCORE 16 macro 86 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 400 if (n >= MAX_RX_QUEUE_PER_LCORE) in l2fwd_parse_nqueue()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 137 #define MAX_RX_QUEUE_PER_LCORE 16 macro 142 struct rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 509 if (n >= MAX_RX_QUEUE_PER_LCORE) in parse_nqueue()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 148 #define MAX_RX_QUEUE_PER_LCORE 16 macro 154 struct rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 602 if (n >= MAX_RX_QUEUE_PER_LCORE) in parse_nqueue()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 248 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 251 struct rte_timer rx_timers[MAX_RX_QUEUE_PER_LCORE]; 252 struct rte_jobstats port_fwd_jobs[MAX_RX_QUEUE_PER_LCORE];
|
| H A D | l3_forward_graph.rst | 219 node_patterns = malloc((MAX_RX_QUEUE_PER_LCORE + nb_patterns) *
|
| H A D | link_status_intr.rst | 218 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE]; unsigned tx_queue_id;
|
| H A D | l2_forward_real_virtual.rst | 279 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];
|
| H A D | l2_forward_event.rst | 277 unsigned rx_port_list[MAX_RX_QUEUE_PER_LCORE];
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 102 #define MAX_RX_QUEUE_PER_LCORE 16 macro 204 uint16_t rx_port_list[MAX_RX_QUEUE_PER_LCORE]; 207 unsigned cryptodev_list[MAX_RX_QUEUE_PER_LCORE]; 1397 else if (n >= MAX_RX_QUEUE_PER_LCORE) in l2fwd_crypto_parse_nqueue()
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 97 #define MAX_RX_QUEUE_PER_LCORE 16 macro 1346 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 1588 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 223 #define MAX_RX_QUEUE_PER_LCORE 16 macro 358 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 1575 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 76 #define MAX_RX_QUEUE_PER_LCORE 16 macro 217 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 1342 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 257 #define MAX_RX_QUEUE_PER_LCORE 16 macro 590 struct lcore_rx_queue rx_queue_list[MAX_RX_QUEUE_PER_LCORE]; 2604 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_rx_queues()
|