From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla@dpdk.org
Subject: [Bug 191] Sometimes timers (rte_timer) do not expire
Date: Wed, 16 Jan 2019 08:36:57 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
To: dev@dpdk.org
Return-path:
List-Id: DPDK patches and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dev-bounces@dpdk.org
Sender: "dev"
https://bugs.dpdk.org/show_bug.cgi?id=3D191
Bug ID: 191
Summary: Sometimes timers (rte_timer) do not expire
Product: DPDK
Version: 18.11
Hardware: x86
OS: Linux
Status: CONFIRMED
Severity: major
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: maria.lingemark@ericsson.com
Target Milestone: ---
Created attachment 24
--> https://bugs.dpdk.org/attachment.cgi?id=3D24&action=3Dedit
sample timer program
Some timers do not expire as expected. Expiry time has passed and timer is
still in state pending. Other timers installed after still expire as they
should.
Attaching a small test program that installs timers on one core and has them
expire on another to reproduce the fault.
A sample output from the program:
Installed 1000000 timers.
Warning: 4 timer(s) did not expire.
It might take a few runs to trigger the fault, and it might also be easier =
to
trigger with a bit of background load on the machine.
Has been reproduced on 18.05 and 18.11
--=20
You are receiving this mail because:
You are the assignee for the bug.=