<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Cyril,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">Sorry, I didn't complete my input but sent the email by touch</div><div class="gmail_default">key combination...  Comments in below.</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 28, 2022 at 5:54 PM Li Wang <<a href="mailto:liwang@redhat.com">liwang@redhat.com</a>> wrote:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I did multiply it with 5 just to add some error margin. I guess that we<br>
can as well multiply it with 2 if that works well enough.<br></blockquote><div><br></div><div><div style="font-size:small">Ok, I'd like to multiply 5 in case VM needs more.</div></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I do not think that we should get resolution for each clock, the COARSE<br>
clock should have the worst resolution of all clocks.<br></blockquote><div><br></div><div><div style="font-size:small">Yes, quite enough for the rest. </div><div style="font-size:small">For precise clock, the second part will be zero since divided by 1000000.</div></div><div style="font-size:small"><br></div><div style="font-size:small">    delta = 5 + (res.tv_nsec / 1000000) * 5;<br></div></div></div></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">My concern here is that seems a bit looser to the rest clocks.</div><div class="gmail_default" style="font-size:small">Because "10ms" as delta is a big value to the precise clock since</div><div class="gmail_default" style="font-size:small">the resolution of some is only 1ns. </div><div class="gmail_default" style="font-size:small">(The delta will be "10ms" on x86_64 and "15ms" on aarch64.)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In my path V2, we can make the second part _zero_ by dividing 1000000.</div><div class="gmail_default" style="font-size:small">Then we can keep using the proper delta for each clock.</div><br></div><div><br></div><div><div class="gmail_default" style="font-size:small">Test data from x86_64:</div><div class="gmail_default" style="font-size:small">========</div><br></div><div><div class="gmail_default" style="font-size:small">clock_gettime04.c:108: TINFO: CLOCK_REALTIME: resolution is 1ns</div>clock_gettime04.c:112: TINFO: delta = : 5<br><span class="gmail_default" style="font-size:small">...</span><br>clock_gettime04.c:108: TINFO: CLOCK_REALTIME_COARSE: resolution is 1000000ns<br>clock_gettime04.c:112: TINFO: delta = : 10<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC: resolution is 1ns<br>clock_gettime04.c:112: TINFO: delta = : 5<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC_COARSE: resolution is 1000000ns<br>clock_gettime04.c:112: TINFO: delta = : 10<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC_RAW: resolution is 1ns<br>clock_gettime04.c:112: TINFO: delta = : 5<br>clock_gettime04.c:108: TINFO: CLOCK_BOOTTIME: resolution is 1ns<br>clock_gettime04.c:112: TINFO: delta = : 5<br><div class="gmail_default" style="font-size:small"></div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-size:small"></div><div><br></div><div><br></div><div><div style="font-size:small">Test data from aarch4 (kernel-5.14) FYI:</div><div style="font-size:small">===================</div></div><div><span class="gmail_default" style="font-size:small"></span>clock_gettime04.c:108: TINFO: CLOCK_REALTIME: resolution is 1ns<br><div style="font-size:small">...</div>clock_gettime04.c:108: TINFO: CLOCK_REALTIME_COARSE: resolution is 10000000ns<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC: resolution is 1ns<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC_COARSE: resolution is 10000000ns<br>clock_gettime04.c:108: TINFO: CLOCK_MONOTONIC_RAW: resolution is 1ns<br>clock_gettime04.c:108: TINFO: CLOCK_BOOTTIME: resolution is 1ns<br><div style="font-size:small"><br></div></div></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>