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

Function test_rte_timer_start_cb

dpdk/app/test/test_pdcp.c:1739–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737}
1738
1739static void
1740test_rte_timer_start_cb(void *timer, void *args)
1741{
1742 rte_timer_reset_sync(timer, 1, SINGLE, rte_lcore_id(), test_rte_timer_expiry_handle, args);
1743}
1744
1745static int
1746test_expiry_with_rte_timer(const struct pdcp_test_conf *ul_conf)

Callers

nothing calls this directly

Calls 2

rte_timer_reset_syncFunction · 0.85
rte_lcore_idFunction · 0.85

Tested by

no test coverage detected