Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c267 #define RTE_PMD_PARAM_UNSET -1 macro
272 int8_t rx_pthresh = RTE_PMD_PARAM_UNSET;
273 int8_t rx_hthresh = RTE_PMD_PARAM_UNSET;
274 int8_t rx_wthresh = RTE_PMD_PARAM_UNSET;
276 int8_t tx_pthresh = RTE_PMD_PARAM_UNSET;
277 int8_t tx_hthresh = RTE_PMD_PARAM_UNSET;
278 int8_t tx_wthresh = RTE_PMD_PARAM_UNSET;
288 int8_t rx_drop_en = RTE_PMD_PARAM_UNSET;
298 int16_t tx_rs_thresh = RTE_PMD_PARAM_UNSET;
3446 if (rx_pthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
[all …]