Branch: refs/heads/latency-fix
Home: https://github.com/kronosnet/kronosnet
Commit: 35538446a1b08ef4b7b847201a8ee1d00f4a409c
https://github.com/kronosnet/kronosnet/commit/35538446a1b08ef4b7b847201a8ee…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/tests/api_knet_link_set_ping_timers.c
M libknet/threads_rx.c
Log Message:
-----------
[latency] fix incorrect math that could lead to bad latency calculation
Also, document a bit better how latency is calculated
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 3e3a1912d2af1880d56cf4c6208266e76d4738de
https://github.com/kronosnet/kronosnet/commit/3e3a1912d2af1880d56cf4c620826…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M libknet/transport_udp.c
Log Message:
-----------
[udp] Better fix for -ENETUNREACH
This fix for the ENETUNREACH problem works better than the last one
in that it also works with Linux kernels > 5.0.0 (which return
-ENETUNREACH) if an interfaces is brought down, and also on FreeBSD
which returns ENETDOWN.
Branch: refs/heads/better-eunreach-patch
Home: https://github.com/kronosnet/kronosnet
Commit: b84b48c61368544d14324d6173d3918d24df9837
https://github.com/kronosnet/kronosnet/commit/b84b48c61368544d14324d6173d39…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M libknet/transport_udp.c
Log Message:
-----------
[udp] Better fix for -ENETUNREACH
This fix for the ENETUNREACH problem works better than the last one
in that it also works with Linux kernels > 5.0.0 (which return
-ENETUNREACH) if an interfaces is brought down, and also on FreeBSD
which returns ENETDOWN.
Branch: refs/heads/better-eunreach-patch
Home: https://github.com/kronosnet/kronosnet
Commit: ffec0a16aee19420587b67c864e730426e966706
https://github.com/kronosnet/kronosnet/commit/ffec0a16aee19420587b67c864e73…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M libknet/transport_udp.c
Log Message:
-----------
[udp] Better fix for -ENETUNREACH
This fix for the ENETUNREACH problem works better than the last one
in that it also works with Linux kernels > 5.0.0 (which return
-ENETUNREACH) if an interfaces is brought down, and also on FreeBSD
which returns ENETDOWN.