Home
last modified time | relevance | path

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

/dpdk/examples/qos_sched/
H A Dargs.c224 pconf->wt_core = (uint8_t)vals[3]; in app_parse_flow_conf()
228 pconf->tx_core = pconf->wt_core; in app_parse_flow_conf()
230 if (pconf->rx_core == pconf->wt_core) { in app_parse_flow_conf()
267 mask = 1lu << pconf->wt_core; in app_parse_flow_conf()
460 if (qos_conf[i].wt_core >= nb_lcores) { in app_parse_args()
462 qos_conf[i].wt_core); in app_parse_args()
466 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()