Branch: refs/heads/defrag-buffers
Home:
https://github.com/kronosnet/kronosnet
Commit: 8c868e63b39ca7df4f1ffa59fcf4a2fe94eb14f3
https://github.com/kronosnet/kronosnet/commit/8c868e63b39ca7df4f1ffa59fcf4a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx] increase defrag buffers to better deal with network jitter
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: fd25db07c091260819a135062d3ad4397e9fbcf7
https://github.com/kronosnet/kronosnet/commit/fd25db07c091260819a135062d3ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 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: 234755d584276a1b4b37c30ccdde129b97d50a4b
https://github.com/kronosnet/kronosnet/commit/234755d584276a1b4b37c30ccdde1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 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/80ec7d90aee9...234755d58427