Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_pie.h40 uint16_t tailq_th; /**< Tailq drop threshold (packet counts) */ member
51 uint16_t tailq_th; /**< Tailq drop threshold (packet counts) */ member
104 const uint16_t tailq_th);
135 (pie->qlen < (pie_cfg->tailq_th * 0.1))) { in rte_pie_enqueue_empty()
225 (pie->qlen <= (pie_cfg->tailq_th * 0.1))) in _rte_pie_drop()
275 if (pie->qlen >= pie_cfg->tailq_th) { in rte_pie_enqueue_nonempty()
293 (pie->qlen >= (pie_cfg->tailq_th * 0.1))) { in rte_pie_enqueue_nonempty()
308 pie->qlen < (pie_cfg->tailq_th * 0.1)) { in rte_pie_enqueue_nonempty()
H A Drte_pie.c33 const uint16_t tailq_th) in rte_pie_config_init() argument
58 if (tailq_th <= 0) { in rte_pie_config_init()
67 pie_cfg->tailq_th = tailq_th; in rte_pie_config_init()
H A Drte_sched.c1130 if (params->cman_params->pie_params[i].tailq_th > params->qsize[i]) { in rte_sched_pie_config()
1140 params->cman_params->pie_params[i].tailq_th) != 0) { in rte_sched_pie_config()
/dpdk/app/test/
H A Dtest_pie.c58 uint16_t tailq_th; /**< Tailq drop threshold (packet counts) */ member
240 (uint16_t)tcfg->tconfig->tailq_th) != 0) { in test_rte_pie_init()
328 .tailq_th = 15,
459 .tailq_th = 15,
551 .tailq_th = 15,
686 .tailq_th = 150,
703 .tailq_th = 150,
/dpdk/examples/qos_sched/
H A Dcfg_file.c259 subport_p->cman_params->pie_params[j].tailq_th = in set_subport_cman_params()
260 cman_p.pie_params[j].tailq_th; in set_subport_cman_params()
385 cman_params.pie_params[i].tailq_th = in cfg_load_subport()