Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dconfig.c3857 lcoreid_t nb_fc; in fwd_stream_on_other_lcores() local
3864 nb_fc = cur_fwd_config.nb_fwd_lcores; in fwd_stream_on_other_lcores()
3909 lcoreid_t nb_fc; in pkt_fwd_shared_rxq_check() local
3919 nb_fc = cur_fwd_config.nb_fwd_lcores; in pkt_fwd_shared_rxq_check()
3924 for (lc_id = 0; lc_id < nb_fc; lc_id++) { in pkt_fwd_shared_rxq_check()
3962 lcoreid_t nb_fc; in setup_fwd_config_of_each_lcore() local
3967 nb_fc = cfg->nb_fwd_lcores; in setup_fwd_config_of_each_lcore()
3968 if (nb_fs <= nb_fc) { in setup_fwd_config_of_each_lcore()
3972 nb_fs_per_lcore = (streamid_t) (nb_fs / nb_fc); in setup_fwd_config_of_each_lcore()
3973 nb_extra = (lcoreid_t) (nb_fs % nb_fc); in setup_fwd_config_of_each_lcore()
[all …]