Cyril Hrubis

Results 133 comments of Cyril Hrubis

You have to add that line at the end of the git commit message. If you configure git user name and email you can pass -s flag to git commit...

It would be nice if you could try out the runltp-ng and report if that's working for you.

@bhargavdas feel free to open issues in the runltp-ng github repo.

Can we instead just get the clock resolution and base the delta on that? We can call clock_getres() for the CLOCK_REALTIME_COARSE and if that succeeds we can use the tv_nsec...

Exactly as @xuyang0410 wrote these tests are trying to assert timer precision, the delta has to be as small as possible.

@jiaoff What about clock_getres()?

@padmashree9110 Other than the minor things I've pointed out, this version looks good.

I guess that it makes sense to write the test in a case that the support for userspace eBPF will be enabled back again one day, which may happen one...

The comments for 1-1 apply for the rest of the tests as well.

What exact error did you get? You should handle the error correctly rather than moving sleep() around and hoping that you will not hit it.