Home
last modified time | relevance | path

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

/dpdk/lib/eal/freebsd/
H A Deal.c874 int tlog = rte_log_register_type_and_pick_level( in rte_eal_init() local
876 if (tlog < 0) in rte_eal_init()
877 tlog = RTE_LOGTYPE_EAL; in rte_eal_init()
880 &internal_conf->ctrl_cpuset, rte_log, tlog) != 0) in rte_eal_init()
/dpdk/lib/eal/linux/
H A Deal.c1219 int tlog = rte_log_register_type_and_pick_level( in rte_eal_init() local
1221 if (tlog < 0) in rte_eal_init()
1222 tlog = RTE_LOGTYPE_EAL; in rte_eal_init()
1225 &internal_conf->ctrl_cpuset, rte_log, tlog) != 0) in rte_eal_init()