Bug #811

Updated by Madars 8 months ago

Due to bug in XATMI service dispatcher routine, at certain load types (irregular service calls, such as half of the tpext_addperiodcb() specified 'secs' time), the actual callback may be activated less often than it would be expected. For example, having 'secs' set to 1 (second), and calls to service are coming with 0.6 sec intervals, the actual callback activation time would be 1.6 sec.

Back