Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: 8c868e63b39ca7df4f1ffa59fcf4a2fe94eb14f3 https://github.com/kronosnet/kronosnet/commit/8c868e63b39ca7df4f1ffa59fcf4a2... Author: Fabio M. Di Nitto fdinitto@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@redhat.com
Commit: fd25db07c091260819a135062d3ad4397e9fbcf7 https://github.com/kronosnet/kronosnet/commit/fd25db07c091260819a135062d3ad4... Author: Fabio M. Di Nitto fdinitto@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@redhat.com
Commit: 234755d584276a1b4b37c30ccdde129b97d50a4b https://github.com/kronosnet/kronosnet/commit/234755d584276a1b4b37c30ccdde12... Author: Fabio M. Di Nitto fdinitto@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@redhat.com
Commit: 387c57bab103814ec0bcb9ef4b50a5b73cdf5b64 https://github.com/kronosnet/kronosnet/commit/387c57bab103814ec0bcb9ef4b50a5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths: M libknet/host.c M libknet/host.h M libknet/internals.h M libknet/onwire_v1.c M libknet/threads_rx.c
Log Message: ----------- Merge pull request #357 from kronosnet/defrag-buffers
Defrag buffers
Compare: https://github.com/kronosnet/kronosnet/compare/3901924e25da...387c57bab103