Branch: refs/heads/defrag-buffers
Home:
https://github.com/kronosnet/kronosnet
Commit: 0c921a334b5e61156c5500c5dc69ff1c998598c8
https://github.com/kronosnet/kronosnet/commit/0c921a334b5e61156c5500c5dc69f…
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] cleanup code to make defrag buffers more explicit
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 0534b4c5d3616ad75a2a43ecdff7f5619c29ab73
https://github.com/kronosnet/kronosnet/commit/0534b4c5d3616ad75a2a43ecdff7f…
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: 80ec7d90aee9968bf4b3afe51d1ad695faf719f7
https://github.com/kronosnet/kronosnet/commit/80ec7d90aee9968bf4b3afe51d1ad…
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/d3a8a6ced4be...80ec7d90aee9