[ovs-dev] [PATCH] timeval: On 64-bit systems refresh time whenever it is requested.

Ed Maste emaste at freebsd.org
Wed Aug 8 01:53:29 UTC 2012


>
> +/* On Linux IA64 systems, glibc avoids using syscalls for clock_gettime().
>

I assume you mean x86-64 or one of the equivalent names here, not IA64.


> +#ifndef __LP64__
> +#define CACHE_TIME 1
> +#endif
>

This will disable the syscall mitigation for 64-bit FreeBSD as well, which
is not (yet) desirable; I think this test needs a Linux check as well.

-Ed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20120807/788953e3/attachment-0003.html>


More information about the dev mailing list