On Fri, Nov 10, 2017 at 05:29:02PM -0500, Michael J. Ruhl wrote: > gettimeofday(&curtime, NULL); Ugh, the use of gettimeofday for this kind of stuff is also a serious bug. This needs to use clock_gettime(CLOCK_MONOTONIC) and pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); Jason -- 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