2014-10-01 11:12, Neil Horman: > On Wed, Oct 01, 2014 at 03:20:22PM +0100, Pawel Wodkowski wrote: > > v3: > > Set rte_errno inside rte_alarm_cancel() to inform caller about canceling > > result. > > > > v2: > > Eliminate a race between rte_alarm_set() used in context of executing > > callback > > function and other threads that use rte_alarm_cancel(). > > > > Signed-off-by: Pawel Wodkowski <pawelx.wodkowski at intel.com> [...] > Much better, thanks! > Acked-by: Neil Horman <nhorman at tuxdriver.com>
Applied Thanks -- Thomas