From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 0/3] timer: fix rte_timer_reset Date: Wed, 25 Feb 2015 09:58:41 +0100 Message-ID: <54ED8EC1.3030108@6wind.com> References: <1422996127-64370-1-git-send-email-rsanford2@gmail.com> <1424837389-56276-1-git-send-email-rsanford2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Robert Sanford , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1424837389-56276-1-git-send-email-rsanford2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 Robert, On 02/25/2015 05:09 AM, Robert Sanford 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 > > app/test/test_timer.c | 26 +++++++++++++++++++++++--- > lib/librte_timer/rte_timer.c | 7 +++---- > 2 files changed, 26 insertions(+), 7 deletions(-) > Series: Acked-by: Olivier Matz Thanks!