Re: [ovs-dev] [PATCH v2 2/2] util: Add high resolution sleep support.

2017-11-23 Thread aserdean
@ovn.org > Subject: [ovs-dev] [PATCH v2 2/2] util: Add high resolution sleep support. > > This commit introduces xnanosleep() for the threads needing high resolution > sleep timeouts. > > usleep() that provides microsecond granularity is deprecated and threads > wanting sub-se

[ovs-dev] [PATCH v2 2/2] util: Add high resolution sleep support.

2017-11-14 Thread Bhanuprakash Bodireddy
This commit introduces xnanosleep() for the threads needing high resolution sleep timeouts. usleep() that provides microsecond granularity is deprecated and threads wanting sub-second(ms,us,ns) granularity can use this implementation. CC: Aaron Conole CC: Alin Gabriel Serdean CC: Ben Pfaff Sig