DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] Signed-off-by: Karmarkar Suyash <skarmarkar@sonusnet.com> For Recurring/Periodic timers , if the lag gets introduced and it was keeping the lag consistently. Corrected the behavior so that it will correct itself even if it lags.
@ 2016-08-25  2:17 Karmarkar Suyash
  0 siblings, 0 replies; only message in thread
From: Karmarkar Suyash @ 2016-08-25  2:17 UTC (permalink / raw)
  To: rsanford; +Cc: dev, Karmarkar Suyash

---
 lib/librte_timer/rte_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c
index 43da836..18782fa 100644
--- a/lib/librte_timer/rte_timer.c
+++ b/lib/librte_timer/rte_timer.c
@@ -613,7 +613,7 @@ void rte_timer_manage(void)
 			status.owner = (int16_t)lcore_id;
 			rte_wmb();
 			tim->status.u32 = status.u32;
-			__rte_timer_reset(tim, cur_time + tim->period,
+			__rte_timer_reset(tim, tim->expire + tim->period,
 				tim->period, lcore_id, tim->f, tim->arg, 1);
 			rte_spinlock_unlock(&priv_timer[lcore_id].list_lock);
 		}
-- 
2.9.3.windows.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-25  2:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25  2:17 [dpdk-dev] [PATCH v1] Signed-off-by: Karmarkar Suyash <skarmarkar@sonusnet.com> For Recurring/Periodic timers , if the lag gets introduced and it was keeping the lag consistently. Corrected the behavior so that it will correct itself even if it lags Karmarkar Suyash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).