mbox series

[0/1] timer: add limitation note for sync stop and reset

Message ID 1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com (mailing list archive)
Headers
Series timer: add limitation note for sync stop and reset |

Message

Carrillo, Erik G Sept. 9, 2020, 2:41 p.m. UTC
  Bugzilla ID 491 identifies a couple of scenarios in which calls to the
rte_timer_reset_sync() and rte_timer_stop_sync() APIs could hang.  Changing the
function prototypes such that error codes are returned in these scenarios was
considered, but rather than introducing another ABI change, it was proposed to
document a usage limitation[1]. This patch adds the notes.

[1] https://patches.dpdk.org/patch/75142/

Erik Gabriel Carrillo (1):
  timer: add limitation note for sync stop and reset

 lib/librte_timer/rte_timer.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)