On Tue, Nov 28, 2017 at 10:02:06PM +0000, Bhanuprakash Bodireddy wrote:
> 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.
> 
> Signed-off-by: Bhanuprakash Bodireddy <[email protected]>
> Acked-by: Alin Gabriel Serdean <[email protected]>
> ---
> v2 -> v3
>   * Replace NSEC_PER_SEC Macro with (1000 * 1000 * 1000)

Applied to master, thanks!
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to