Branch: refs/heads/defrag-buffers
Home:
https://github.com/kronosnet/kronosnet
Commit: 1f1e9e4ff5bee586705bc166cb64dabce5b2f692
https://github.com/kronosnet/kronosnet/commit/1f1e9e4ff5bee586705bc166cb64d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx] increase defrag buffers to be handle network jitter
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 66562e26b26c090a5127d5aacfa629b0ace4f33b
https://github.com/kronosnet/kronosnet/commit/66562e26b26c090a5127d5aacfa62…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/host.h
M libknet/onwire_v1.c
M libknet/threads_rx.c
Log Message:
-----------
[host] expand internal API to allow logging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 9ce3ca42478ea0f8c6a7b7253e472229687753bf
https://github.com/kronosnet/kronosnet/commit/9ce3ca42478ea0f8c6a7b7253e472…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M libknet/host.c
Log Message:
-----------
[host] use correct seq_num to reclaim buffers
we cannot use incoming packet seq_num to reclaim buffers as that causes
havoc.
use latest recorded (highest) packet number instead that follows the
reclaiming window
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/1f1e9e4ff5be%5E...9ce3ca4247…