[dpdk-dev] [PATCH 0/1] timer: add limitation note for sync stop and reset

Erik Gabriel Carrillo erik.g.carrillo at intel.com
Wed Sep 9 16:41:13 CEST 2020


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(+)

-- 
2.6.4



More information about the dev mailing list