From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id D6803B0A9 for ; Wed, 14 May 2014 22:03:25 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id b13so2470333wgh.19 for ; Wed, 14 May 2014 13:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=duzFcung2mkf6B3zVXrokvOeuoJwyRwRa3PkgIudbBQ=; b=orHCypHY+FtA3IfvKUwE/yaoUhaCuefUwQFNWFt9YSDX0Kq7nKoSjK6l6rLRyqHfyk X6uYFSyelvPU7ZjufcGcfDPeINcy67WMwKI1wJPs+dnbzwXEpGZX7msATqWA5SeAJG85 UVb+Q6yCNEdzVZQYkbfrJYArhFdX8zPNp6liS7BEqxASME6vjMSFGQPFp2YezoftZVaQ j38Un/Jplr6c+MusI2rNyaCT5NXpiRyX+tSQz0aaZcuP2ABwBJyTrTJxdRvzhLsGEbfU qxX0ZnyYVkCPIejMhCMAqQObqhNhIj5tolXU91BUMtgtvB/otWL8r1kQhFAiMZCs9o5f vmVw== X-Received: by 10.180.198.48 with SMTP id iz16mr4992708wic.29.1400097813274; Wed, 14 May 2014 13:03:33 -0700 (PDT) Received: from ubuntu.ubuntu-domain (bzq-79-181-48-4.red.bezeqint.net. [79.181.48.4]) by mx.google.com with ESMTPSA id em5sm5736929wic.23.2014.05.14.13.03.32 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 May 2014 13:03:32 -0700 (PDT) From: Vadim Suraev To: dev@dpdk.org Message-Id: <1401739380-21975-1-git-send-email-vadim.suraev@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [dpdk-dev] [PATCH 0/2] two bus fixed: pending timers counting and periodic timer non-reloading 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: , Date: Wed, 14 May 2014 20:03:26 -0000 X-Original-Date: Mon, 2 Jun 2014 23:02:58 +0300 X-List-Received-Date: Wed, 14 May 2014 20:03:26 -0000 *** BLURB HERE *** Vadim Suraev (2): Pending timers counting fixed Bug fixed: when timer's callback (for periodic timer) calls timer_reset for another timer, a per-core updated flag is raised which prevents reloading of that periodic timer. The flag is moved to the timer's control block structure lib/librte_timer/rte_timer.c | 18 ++++++------------ lib/librte_timer/rte_timer.h | 3 +++ 2 files changed, 9 insertions(+), 12 deletions(-) -- 1.7.9.5