While testing the retry mechanism for the acmp provider, I observed that the retry event_wait() did not appear to be working correctly. After studying the issue a bit more, I discovered that there were a couple of issues. This patch set addresses those issues. v2 - added patch for MONOTONIC time base --- Michael J. Ruhl (4): ibacm: Fix an incorrect expiration check for the retry timer ibacm: Calculate correct tv_nsec value in event_wait() ibacm: Fix a retry loop calculation race condition ibacm: Use MONOTONIC time base to avoid timer expiration issues ibacm/linux/osd.h | 25 ++++++++++++++++--------- ibacm/prov/acmp/src/acmp.c | 12 +++++++----- 2 files changed, 23 insertions(+), 14 deletions(-) -- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html