[dpdk-dev] [PATCH v2 0/3] timer: fix rte_timer_manage and improve unit tests

2015-08-03 Thread Thomas Monjalon
2015-07-27 18:46, rsanford2 at gmail.com: > From: Robert Sanford > > This patchset fixes a bug in timer stress test 2, adds a new stress test > to expose a race condition bug in API rte_timer_manage(), and then fixes > the rte_timer_manage() bug. > > Description of rte_timer_manage() race condit

[dpdk-dev] [PATCH v2 0/3] timer: fix rte_timer_manage and improve unit tests

2015-07-27 Thread rsanfo...@gmail.com
From: Robert Sanford This patchset fixes a bug in timer stress test 2, adds a new stress test to expose a race condition bug in API rte_timer_manage(), and then fixes the rte_timer_manage() bug. Description of rte_timer_manage() race condition bug: Through code inspection, we notice a potential