> -----Original Message----- > From: Jason Gunthorpe [mailto:jgg@xxxxxxxx] > Sent: Saturday, November 11, 2017 11:26 AM > To: Ruhl, Michael J <michael.j.ruhl@xxxxxxxxx> > Cc: linux-rdma@xxxxxxxxxxxxxxx > Subject: Re: [PATCH 2/3] ibacm: Calculate correct tv_nsec value in > event_wait() > > 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); Yeah, that one is a lot cleaner. I will get a new patch out shortly. Thanks, Mike > 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