Searched refs:num_procs (Results 1 – 7 of 7) sorted by relevance
71 static unsigned num_procs = 0; variable137 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()
1506 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()
553 unsigned int num_procs = 1; variable2159 if (num_procs > 1) { in flush_fwd_rx_queues()3960 if (num_procs > 1) { in init_port_dcb_config()
725 extern unsigned int num_procs;
4089 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()
5493 if (num_procs > 1 && (strcmp(res->mode, "on") == 0)) { in cmd_set_flush_rx_parsed()
604 * start(queue start id) = proc_id * nb_q / num_procs;606 * end(queue end id) = start + nb_q / num_procs;