From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Suraev Subject: [PATCH 0/2] two bus fixed: pending timers counting and periodic timer non-reloading Date: Wed, 14 May 2014 20:03:47 +0000 (UTC) Message-ID: <1401739380-21975-1-git-send-email-vadim.suraev@gmail.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: Date: Mon, 2 Jun 2014 23:02:58 +0300 List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "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