From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id 678685A98 for ; Wed, 25 Feb 2015 12:02:25 +0100 (CET) Received: by lams18 with SMTP id s18so2980949lam.13 for ; Wed, 25 Feb 2015 03:02:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BDu0CwlARwN01kHuJlVTSPh/uJ1wfgFHf7ZI/zstpAY=; b=McFuf+fJpKhGV9MlpGkA27/4jGJCl0zNijdQCPtzAXiDiKHA7fbWqZ75Urs3uTPUJF JrMlmqhG+OKRI+rIEBr5c2PzlUnsaY/+SipOYzF0eCOnL3MSt2u/xqAnF2eVx44i2RzV Th9/5TRAsHEuhhM1JhoCweeh1SUYlC4my/RbWrIG9SxZ5FgQ4/50ObAhTiyIgoBBJPnn mFfArlhOtSmjmhBZXPCh58VqWcShMq4lysKrsj40zDlrE4asiVyK8b9rpBrscrOd3mEj 8kpf+7Gztn4JZEYfIeiVmFFnU4Zwgf754O8D49yPObhKa9+xsEuaFnP9hGgSDFB9cq2C CfvA== MIME-Version: 1.0 X-Received: by 10.152.228.167 with SMTP id sj7mr2269857lac.2.1424862144992; Wed, 25 Feb 2015 03:02:24 -0800 (PST) Received: by 10.114.160.231 with HTTP; Wed, 25 Feb 2015 03:02:24 -0800 (PST) In-Reply-To: <1519667.hoeNh6GYxK@xps13> 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> Date: Wed, 25 Feb 2015 06:02:24 -0500 Message-ID: From: Robert Sanford To: Thomas Monjalon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/3] timer: fix rte_timer_reset X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 11:02:25 -0000 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? >