Branch: refs/heads/pmtud-run
Home:
https://github.com/kronosnet/kronosnet
Commit: 36cbab61da512e4fdccfa0109b0e92f9c78391b9
https://github.com/kronosnet/kronosnet/commit/36cbab61da512e4fdccfa0109b0e9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M libknet/threads_rx.c
Log Message:
-----------
[rx] kill unused variable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 81ab1d47bd40d6d0569059470d38c4311bb492bc
https://github.com/kronosnet/kronosnet/commit/81ab1d47bd40d6d0569059470d38c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[stats] allow knet_handle_get_stats to operate in a readlock context
- add global stat mutex lock to protect stats updates
- use global stat mutex lock across all the threads
- fix up some minor bugs:
- update RX crypto stats only when crypto is enabled
- update compress and crypto stats in a consistent fashion
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/36cbab61da51%5E...81ab1d47bd…