Home
last modified time | relevance | path

Searched refs:num_procs (Results 1 – 7 of 7) sorted by relevance

/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c71 static unsigned num_procs = 0; variable
137 num_procs = atoi(optarg); in smp_parse_args()
152 if (rte_eal_process_type() == RTE_PROC_PRIMARY && num_procs == 0) in smp_parse_args()
476 if (smp_port_init(ports[i], mp, (uint16_t)num_procs) < 0) in main()
/dpdk/app/test-pmd/
H A Dparameters.c1506 num_procs = atoi(optarg); in launch_args_parse()
1529 if (proc_id >= (int)num_procs) in launch_args_parse()
1533 PARAM_NUM_PROCS, num_procs); in launch_args_parse()
H A Dtestpmd.c553 unsigned int num_procs = 1; variable
2159 if (num_procs > 1) { in flush_fwd_rx_queues()
3960 if (num_procs > 1) { in init_port_dcb_config()
H A Dtestpmd.h725 extern unsigned int num_procs;
H A Dconfig.c4089 if (proc_id > 0 && nb_q % num_procs != 0) in rss_fwd_config_setup()
4099 start = proc_id * nb_q / num_procs; in rss_fwd_config_setup()
4100 end = start + nb_q / num_procs; in rss_fwd_config_setup()
H A Dcmdline.c5493 if (num_procs > 1 && (strcmp(res->mode, "on") == 0)) { in cmd_set_flush_rx_parsed()
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst604 * start(queue start id) = proc_id * nb_q / num_procs
606 * end(queue end id) = start + nb_q / num_procs