Home
last modified time | relevance | path

Searched refs:MAX_NUM_CORE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h25 #define MAX_NUM_CORE 64 macro
54 uint64_t rx_core[MAX_NUM_CORE];
55 uint64_t tx_core[MAX_NUM_CORE];
56 uint64_t sched_core[MAX_NUM_CORE];
57 uint64_t worker_core[MAX_NUM_CORE];
H A Dmain.c75 for (i = i - 1; i >= 0 && idx < MAX_NUM_CORE; i--) { in parse_coremask()
82 for (j = 0; j < BITS_HEX && idx < MAX_NUM_CORE; j++, idx++) { in parse_coremask()
234 for (i = 0; i < MAX_NUM_CORE; i++) { in parse_app_args()
400 if (lcore_id >= MAX_NUM_CORE) in main()
H A Dpipeline_worker_tx.c859 memset(fdata->rx_core, 0, sizeof(unsigned int) * MAX_NUM_CORE); in init_adapters()
911 sizeof(unsigned int) * MAX_NUM_CORE); in worker_tx_enq_opt_check()
914 sizeof(unsigned int) * MAX_NUM_CORE); in worker_tx_enq_opt_check()
916 memset(fdata->tx_core, 0, sizeof(unsigned int) * MAX_NUM_CORE); in worker_tx_enq_opt_check()
H A Dpipeline_worker_generic.c555 sizeof(unsigned int) * MAX_NUM_CORE); in generic_opt_check()
558 sizeof(unsigned int) * MAX_NUM_CORE); in generic_opt_check()