Branch: refs/heads/stable1-pmtud
Home:
https://github.com/kronosnet/kronosnet
Commit: 9b42d9ae902557b1208f47a7fc50f3efb8120e2a
https://github.com/kronosnet/kronosnet/commit/9b42d9ae902557b1208f47a7fc50f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-07 (Fri, 07 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: 0658db0b69555621f109361c094f8fe2a4e866ae
https://github.com/kronosnet/kronosnet/commit/0658db0b69555621f109361c094f8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-07 (Fri, 07 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>
Commit: 92c1338965b9df71fd90d3623602dd4bed23498d
https://github.com/kronosnet/kronosnet/commit/92c1338965b9df71fd90d3623602d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/links.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_link_get_status to operate in readlock context
- add per link stats mutex
- use per link stats mutex across the board
note: some threads need to lock for a slightly longer period of time than
strictly necessary to avoid reverse-order locking with other mutexes.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/9b42d9ae9025%5E...92c1338965…