From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id F34BF9AA5 for ; Wed, 25 Feb 2015 10:47:14 +0100 (CET) Received: by wesq59 with SMTP id q59so2457911wes.1 for ; Wed, 25 Feb 2015 01:47:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=v+DHa79axlz2LvsrIq5r8mY/f4kA6DpeEx/qfw14U/o=; b=b9NTyS/f3PTBLA9cloRTVgbLTKDyJ/xRs3qu2bYvoW46btdg2CgSBMy0dthVWCYlKJ TRdwIVseujF0j0VsawQKBAQ+n7gaJWlJQTVuGkdtF0MXub93qyiurRwsyrgWyBh3RD7k +2MIFOylWx/Sse3baGF9xxEqqYbga8eALo2ZFK1fOYeK1whYGRp6kFppTnXVOamiJ9+G DrQgqnIz/kjzW6CtfoDCeDl3jCLYBAhVgWUva+ihCZZP7qzTmNsLvPF319bD0SLAsKRQ /guPT6HQaF1L2n4xIbug/wdnDkGmHJeMTli6p6UPbov18xA0UxcIAxAzfEsM4Bcrb2RG LUnw== X-Gm-Message-State: ALoCoQnPhHaah9OuzPS8X4ju3brJ8ug0yqxa6EK87CpbaONpFZBf7SXHG574bHaMEdOm9OJ0ylLD X-Received: by 10.194.86.135 with SMTP id p7mr4476252wjz.89.1424857634811; Wed, 25 Feb 2015 01:47:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id j9sm64021472wjy.18.2015.02.25.01.47.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 01:47:13 -0800 (PST) From: Thomas Monjalon To: Robert Sanford Date: Wed, 25 Feb 2015 10:46:40 +0100 Message-ID: <1519667.hoeNh6GYxK@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54ED8EC1.3030108@6wind.com> References: <1422996127-64370-1-git-send-email-rsanford2@gmail.com> <1424837389-56276-1-git-send-email-rsanford2@gmail.com> <54ED8EC1.3030108@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 09:47:15 -0000 > > 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?