numam-dpdk/lib
Hiroyuki Mikita 20d159f205 timer: fix corruption with reset
When timer_cb resets another running timer on the same lcore,
the list of expired timers is chained to the pending-list.
This commit prevents a running timer from being reset
by not its own timer_cb.

Fixes: a4b7a5a45c ("timer: fix race condition")

Signed-off-by: Hiroyuki Mikita <h.mikita89@gmail.com>
Acked-by: Robert Sanford <rsanford@akamai.com>
2016-07-25 17:55:12 +02:00
..
librte_acl mk: fix cross-compilation 2016-06-07 10:02:39 +02:00
librte_cfgfile cfgfile: fix uninitialized variable on load error 2016-05-02 15:15:46 +02:00
librte_cmdline cmdline: remove duplicated symbol from .map 2016-06-30 20:02:52 +02:00
librte_compat compat: remove unneeded macro 2015-06-29 16:41:23 +02:00
librte_cryptodev cryptodev: fix memory leak in parameter parsing 2016-07-22 11:53:32 +02:00
librte_distributor distributor: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_eal version: 16.07-rc4 2016-07-22 22:41:56 +02:00
librte_ether ethdev: fix overwriting driver-specific stats 2016-07-22 00:16:45 +02:00
librte_hash hash: retrieve a key given its position 2016-07-10 14:56:45 +02:00
librte_ip_frag ip_frag: fix doxygen formatting 2016-07-16 01:10:20 +02:00
librte_ivshmem ivshmem: fix for modified mempool struct 2016-07-01 19:33:08 +02:00
librte_jobstats jobstats: fix typo in a comment 2016-06-30 18:51:20 +02:00
librte_kni mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
librte_kvargs remove unneeded tests for NULL when freeing 2016-01-27 15:34:48 +01:00
librte_lpm lpm6: fix possible garbage in lookup 2016-05-02 15:15:45 +02:00
librte_mbuf mbuf: set errno on pool creation error 2016-07-11 19:10:09 +02:00
librte_mempool mempool: fix missing registration of free function 2016-07-21 23:15:47 +02:00
librte_meter mk: fix missing libm dependencies 2016-03-22 20:42:47 +01:00
librte_net net: fix build with gcc 4.4.7 and strict aliasing 2015-11-25 22:11:37 +01:00
librte_pdump pdump: fix error handlings 2016-07-16 11:13:22 +02:00
librte_pipeline mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
librte_port port: remove duplicated symbols from .map 2016-06-30 20:02:56 +02:00
librte_power examples/vm_power_manager: remove dependency on internal header 2016-07-11 17:23:32 +02:00
librte_reorder mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
librte_ring ring: fix single consumer dequeue performance 2016-07-25 17:55:12 +02:00
librte_sched sched: fix build without red 2016-06-14 17:24:15 +02:00
librte_table table: remove unneeded dependency on hash library 2016-07-10 16:23:13 +02:00
librte_timer timer: fix corruption with reset 2016-07-25 17:55:12 +02:00
librte_vhost vhost: fix unregistering in client mode 2016-07-22 00:23:58 +02:00
Makefile pdump: add new library for packet capture 2016-06-16 23:39:56 +02:00