From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by dpdk.org (Postfix) with ESMTP id CFE639ADB for ; Wed, 25 Feb 2015 05:10:10 +0100 (CET) Received: by iecvy18 with SMTP id vy18so1827291iec.6 for ; Tue, 24 Feb 2015 20:10:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VdqR7gFvtOsaTKJIJ4506VJWJg1TwxRRFwITPeB0r4s=; b=Fce/odjssfFK1acds7pt4Sqm+Ko26Hq4SxQod7FWjaF59B0bmLt/UWMC2AYi4vFqJL 9+MTQEiz0jR2DbrPRXCXmLBJeNgesKdqBNbMonCKZmQJkc5dYiDLVFOr6Squdiq9AuRN s5ibsIfNcUHsGIf4HDS4TA7T0QE6TjnXdi+xZwAmNr2ClbR2TDX0quF5KExnDtRkI9mO 9QZtk9cPuP/H3jlnt5bcvD9sxvyy3RVtjn5jhM6ZD1DOyJJTa+nQU6sKNKvYKrVQW2fI dom5cxc7+nNyy0TU+wuMEnqaBGQHI42jGyPxSSLgyxvm4zhCfFfp7qLgSeHarVaEfHhP 6Ypg== X-Received: by 10.50.39.65 with SMTP id n1mr24695532igk.37.1424837410278; Tue, 24 Feb 2015 20:10:10 -0800 (PST) Received: from localhost.localdomain (adsl-065-013-043-223.sip.mia.bellsouth.net. [65.13.43.223]) by mx.google.com with ESMTPSA id m38sm25067554ioi.39.2015.02.24.20.10.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 20:10:09 -0800 (PST) From: Robert Sanford To: dev@dpdk.org Date: Tue, 24 Feb 2015 23:09:46 -0500 Message-Id: <1424837389-56276-1-git-send-email-rsanford2@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1422996127-64370-1-git-send-email-rsanford2@gmail.com> References: <1422996127-64370-1-git-send-email-rsanford2@gmail.com> Subject: [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 04:10:11 -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 app/test/test_timer.c | 26 +++++++++++++++++++++++--- lib/librte_timer/rte_timer.c | 7 +++---- 2 files changed, 26 insertions(+), 7 deletions(-)