Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dargs.c228 pconf->wt_core = (uint8_t)vals[3]; in app_parse_flow_conf()
232 pconf->tx_core = pconf->wt_core; in app_parse_flow_conf()
234 if (pconf->rx_core == pconf->wt_core) { in app_parse_flow_conf()
271 mask = 1lu << pconf->wt_core; in app_parse_flow_conf()
443 if (qos_conf[i].wt_core >= nb_lcores) { in app_parse_args()
445 qos_conf[i].wt_core); in app_parse_args()
449 uint32_t wt_sock = rte_lcore_to_socket_id(qos_conf[i].wt_core); in app_parse_args()
H A Dmain.h99 uint32_t wt_core; member
H A Dmain.c73 if (flow->wt_core == lcore_id) { in app_main_loop()