From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] timer: fix incorrect pending-list manipulation Date: Mon, 25 Jul 2016 17:50:09 +0200 Message-ID: <7901070.jIN0WTKpng@xps13> References: <1468766139-29545-1-git-send-email-h.mikita89@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Sanford, Robert" , dev@dpdk.org To: Hiroyuki Mikita Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 2E10C2BD9 for ; Mon, 25 Jul 2016 17:50:11 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id i5so163169433wmg.0 for ; Mon, 25 Jul 2016 08:50:11 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-26 00:16, Hiroyuki Mikita: > Fixes: 9b15ba895b9f ("timer: use a skip list") > > >>This commit fixes incorrect pending-list manipulation > >>when getting list of expired timers in rte_timer_manage(). > >> > >>When timer_get_prev_entries() sets pending_head on prev, > >>the pending-list is broken. > >>The next of pending_head always becomes NULL. > >>In this depth level, it is not need to manipulate the list. > >> > >>Signed-off-by: Hiroyuki Mikita > > > > Acked-by: Robert Sanford Applied, thanks