DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] two bus fixed: pending timers counting and periodic timer non-reloading
@ 2014-05-14 20:03 Vadim Suraev
  2014-05-14 20:03 ` [dpdk-dev] [PATCH 1/2] Pending timers counting fixed Vadim Suraev
  2014-05-14 20:03 ` [dpdk-dev] [PATCH 2/2] Bug fixed: when timer's callback (for periodic timer) calls timer_reset for another timer, a per-core updated flag is raised which prevents reloading of that periodic timer. The flag is moved to the timer's control block structure Vadim Suraev
  0 siblings, 2 replies; 4+ messages in thread
From: Vadim Suraev @ 2014-05-14 20:03 UTC (permalink / raw)
  To: dev

*** BLURB HERE ***

Vadim Suraev (2):
  Pending timers counting fixed
  Bug fixed: when timer's callback (for periodic timer) calls
    timer_reset for another timer, a per-core     updated flag is
    raised which prevents reloading of that periodic timer.     The
    flag is moved to the timer's control block structure

 lib/librte_timer/rte_timer.c |   18 ++++++------------
 lib/librte_timer/rte_timer.h |    3 +++
 2 files changed, 9 insertions(+), 12 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-14 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 20:03 [dpdk-dev] [PATCH 0/2] two bus fixed: pending timers counting and periodic timer non-reloading Vadim Suraev
2014-05-14 20:03 ` [dpdk-dev] [PATCH 1/2] Pending timers counting fixed Vadim Suraev
2014-05-14 21:16   ` Thomas Monjalon
2014-05-14 20:03 ` [dpdk-dev] [PATCH 2/2] Bug fixed: when timer's callback (for periodic timer) calls timer_reset for another timer, a per-core updated flag is raised which prevents reloading of that periodic timer. The flag is moved to the timer's control block structure Vadim Suraev

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).