| 1737 | } |
| 1738 | |
| 1739 | static void |
| 1740 | test_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 | |
| 1745 | static int |
| 1746 | test_expiry_with_rte_timer(const struct pdcp_test_conf *ul_conf) |
nothing calls this directly
no test coverage detected