Home
last modified time | relevance | path

Searched refs:proc_id (Results 1 – 6 of 6) sorted by relevance

/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c70 static int proc_id = -1; variable
139 proc_id = atoi(optarg); in smp_parse_args()
150 if (proc_id < 0) in smp_parse_args()
323 const uint16_t q_id = (uint16_t)proc_id; in lcore_main()
/dpdk/app/test-pmd/
H A Dparameters.c1508 proc_id = atoi(optarg); in launch_args_parse()
1529 if (proc_id >= (int)num_procs) in launch_args_parse()
1532 PARAM_PROC_ID, proc_id, in launch_args_parse()
H A Dtestpmd.h724 extern int proc_id;
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()
H A Dtestpmd.c547 int proc_id; variable
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst602 ``proc_id``.
604 * start(queue start id) = proc_id * nb_q / num_procs;