timer: add a rte_pause in a tight loop
Signed-off-by: Intel
This commit is contained in:
parent
e987449c9f
commit
ae2d65e257
@ -387,7 +387,8 @@ rte_timer_stop(struct rte_timer *tim)
|
||||
void
|
||||
rte_timer_stop_sync(struct rte_timer *tim)
|
||||
{
|
||||
while (rte_timer_stop(tim) != 0);
|
||||
while (rte_timer_stop(tim) != 0)
|
||||
rte_pause();
|
||||
}
|
||||
|
||||
/* Test the PENDING status of the timer handle tim */
|
||||
|
Loading…
x
Reference in New Issue
Block a user