MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_eal_timer_init

Function rte_eal_timer_init

dpdk/lib/eal/linux/eal_timer.c:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223int
224rte_eal_timer_init(void)
225{
226
227 eal_timer_source = EAL_TIMER_TSC;
228
229 set_tsc_freq();
230 return 0;
231}

Callers 1

rte_eal_initFunction · 0.70

Calls 1

set_tsc_freqFunction · 0.85

Tested by

no test coverage detected