On 2020年08月13日 18:27, Jan Kiszka wrote:
On 13.08.20 12:06, chensong wrote:
On 2020年08月13日 16:54, Jan Kiszka wrote:
On 13.08.20 03:57, chensong wrote:
I read the code in cyclictest, looks like
printf("index: %d, inner_diff: %llu, outer_diff: %llu\n", index,
(unsigned long long)inner_diff,
(unsigned long long)outer_diff);
I even wonder if this is strictly correct as it ignores negative diffs.
can fix the error reported in
https://travis-ci.com/github/xenomai-ci/xenomai/jobs/371291149.
Do i need to apply a new version?
No, I've converted your patch to long long types already. Please
cross-check what is in next branch.
i'm a little confused here, cross-check what? negative diffs? in
theory, it should be always positive, do you mean i keep checking if
there is a negative diff?
and what's next branch? what can i do about it?
I've modified your patch in
https://gitlab.denx.de/Xenomai/xenomai/-/commits/next. Please have a
look if
https://gitlab.denx.de/Xenomai/xenomai/-/commit/0bcfce8fdc8dee48fa7d85dcd3db0d0ecc6bed1a
is fine for you as well.
i'm fine with that, it's thoughtful, thanks a lot.
chensong
Thanks,
Jan