Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 41f5a2ada4d3d315c17e666eaa9d296dd07be40a
https://github.com/kronosnet/kronosnet/commit/41f5a2ada4d3d315c17e666eaa9d2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: 86e0560371197501bbda0d83371c04f5933606f0
https://github.com/kronosnet/kronosnet/commit/86e0560371197501bbda0d83371c0…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: cd916c46da21af6561c920b7ec016a427f54ac30
https://github.com/kronosnet/kronosnet/commit/cd916c46da21af6561c920b7ec016…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: Christine Caulfield <ccaulfie(a)redhat.com>
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/e61d0866cf5f...cd916c46da21
Branch: refs/heads/kill-latency
Home: https://github.com/kronosnet/kronosnet
Commit: cfd074d831764f6519d7e68c626892410ce29c24
https://github.com/kronosnet/kronosnet/commit/cfd074d831764f6519d7e68c62689…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M libknet/internals.h
M libknet/libknet.h
M libknet/links.c
M libknet/threads_heartbeat.c
M libknet/threads_rx.c
Log Message:
-----------
[links] kill redundant latency in link status and move it to stats
this is an ABI breakage. Soname change was already done a while back for master
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 9c20173d05578dfaa0dd5807d555d29b8d2f1c94
https://github.com/kronosnet/kronosnet/commit/9c20173d05578dfaa0dd5807d555d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: ac4cd61d17a1c9d8241ebd80aadd62b69e50a4fb
https://github.com/kronosnet/kronosnet/commit/ac4cd61d17a1c9d8241ebd80aadd6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: f48bfe44bb9507151ba74a68fcbc8b9203c60292
https://github.com/kronosnet/kronosnet/commit/f48bfe44bb9507151ba74a68fcbc8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 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: Christine Caulfield <ccaulfie(a)redhat.com>
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 8ac7c52dd79778b3b77f95d735bf5d2ad1261584
https://github.com/kronosnet/kronosnet/commit/8ac7c52dd79778b3b77f95d735bf5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M libknet/handle.c
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:
-----------
Merge pull request #286 from kronosnet/pmtud-run
Pmtud run
Compare: https://github.com/kronosnet/kronosnet/compare/d58fff0e9379...8ac7c52dd797