Reset and start the timer associated with the timer handle tim */
| 540 | |
| 541 | /* Reset and start the timer associated with the timer handle tim */ |
| 542 | int |
| 543 | rte_timer_reset(struct rte_timer *tim, uint64_t ticks, |
| 544 | enum rte_timer_type type, unsigned int tim_lcore, |
| 545 | rte_timer_cb_t fct, void *arg) |
| 546 | { |
| 547 | return rte_timer_alt_reset(default_data_id, tim, ticks, type, |
| 548 | tim_lcore, fct, arg); |
| 549 | } |
| 550 | |
| 551 | int |
| 552 | rte_timer_alt_reset(uint32_t timer_data_id, struct rte_timer *tim, |