<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You’re welcome.<div class=""><br class=""></div><div class="">—</div><div class="">Alin<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 9 Nov 2018, at 11:30, Boris Ouretskey &lt;<a href="mailto:borisusun@gmail.com" class="">borisusun@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thanks a lot!!!</div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Thu, Nov 8, 2018 at 9:35 PM Alin Gabriel Serdean &lt;<a href="mailto:aserdean@ovn.org" class="">aserdean@ovn.org</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When OVS was ported to Windows it was intended only to run on<br class="">
8 / 2012 +.<br class="">
<br class="">
I.e the function that you specified requires minimum 2012/8:<br class="">
<a href="https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getsystemtimepreciseasfiletime" rel="noreferrer" target="_blank" class="">https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getsystemtimepreciseasfiletime</a><br class="">
<br class="">
The main reason why we chose 2012/8 and above is that the forwarding<br class="">
extension requires 2012/8.<br class="">
<br class="">
One could use different API to compile the userspace on 7/2008 but<br class="">
for the kernel module it would be a long way to get there.<br class="">
<br class="">
Also for your other curiosity regarding unix/punix, the manual<br class="">
explains it:<br class="">
<a href="http://www.openvswitch.org/support/dist-docs/ovsdb-server.1.pdf" rel="noreferrer" target="_blank" class="">http://www.openvswitch.org/support/dist-docs/ovsdb-server.1.pdf</a> (search for unix/punix )<br class="">
<br class="">
Please use <a href="mailto:ovs-discuss@openvswitch.org" target="_blank" class="">ovs-discuss@openvswitch.org</a> for questions.<br class="">
<br class="">
Alin.<br class="">
---<br class="">
<br class="">
I do not find the specific information sheet, but from different resources<br class="">
I can understand that open vswitch is supported on windows version higher<br class="">
than 8 e.g 8.1 and 10.<br class="">
<br class="">
Is there anyway to build it for windows 7?<br class="">
<br class="">
Currently it compiles. However when run, it fails with the<br class="">
GetSystemTimePreciseAsFileTime routine not found in KERNEL32.DLL the<br class="">
routine itrself is documented to exist in 8.1+ windows versions only.</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>