From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Sanford Subject: Re: [PATCH v2 0/3] timer: fix rte_timer_reset Date: Wed, 25 Feb 2015 06:02:24 -0500 Message-ID: References: <1422996127-64370-1-git-send-email-rsanford2@gmail.com> <1424837389-56276-1-git-send-email-rsanford2@gmail.com> <54ED8EC1.3030108@6wind.com> <1519667.hoeNh6GYxK@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Thomas Monjalon Return-path: In-Reply-To: <1519667.hoeNh6GYxK@xps13> 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" Hi Thomas, Yes, I'm interested in becoming a maintainer of rte_timer. What are the responsibilities? One question about lib rte_timer that's been troubling me for a while: How are skip lists better than BSD-style timer wheels? -- Regards, Robert On Wed, Feb 25, 2015 at 4:46 AM, Thomas Monjalon wrote: > > > Changes in v2: > > > - split into multiple patches > > > - minor coding-style changes > > > > > > Robert Sanford (3): > > > timer: fix return value of rte_timer_reset(), > > > insert rte_pause() into rte_timer_reset_sync() wait-loop > > > app/test: fix timer stress test to succeed on multiple runs, > > > display number of times that rte_timer_reset() fails > > > (expected) due to races with other cores > > > > Series: > > Acked-by: Olivier Matz > > Applied, thanks > > Robert, as you well know rte_timer and you work on it, > maybe you are interested in becoming maintainer? >