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…
Branch: refs/heads/pmtud-run
Home: https://github.com/kronosnet/kronosnet
Commit: 55faf9d55a602be0c8265fe2ec3b8ad39ef07c0d
https://github.com/kronosnet/kronosnet/commit/55faf9d55a602be0c8265fe2ec3b8…
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>
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…
Branch: refs/heads/kill-latency
Home: https://github.com/kronosnet/kronosnet
Commit: 7fe3b0098b0e2f4daee59bed4eb5daf742b0f06d
https://github.com/kronosnet/kronosnet/commit/7fe3b0098b0e2f4daee59bed4eb5d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 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/fn-testing
Home: https://github.com/kronosnet/kronosnet
Commit: d63926d757bc83466e43ce0997455affd7e1f0aa
https://github.com/kronosnet/kronosnet/commit/d63926d757bc83466e43ce0997455…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] remove unnecessary shutdown locking
the test should be in charge not to shutdown too much at once
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 6f5f43bae7443b8ee0caa40860f08480c30e0c2d
https://github.com/kronosnet/kronosnet/commit/6f5f43bae7443b8ee0caa40860f08…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] print information about which knet_handle is performing operations
this is necessary when a test creates multiple handles for functional testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 9ac6556b662e86107974469bf690505d004e201f
https://github.com/kronosnet/kronosnet/commit/9ac6556b662e86107974469bf6905…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] use link_get_enable instead of get_status
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7689474861b9b70408fae388afe536c467dcc144
https://github.com/kronosnet/kronosnet/commit/7689474861b9b70408fae388afe53…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add basic framework to create, join and stop many nodes
all nodes will be using loopback interface (lo) at different
port offset.
currently limited to ipv4 for basic development.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 75cb58d3787e07e2f8a2ca4ac9732f12ef6819c3
https://github.com/kronosnet/kronosnet/commit/75cb58d3787e07e2f8a2ca4ac9732…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] allow IPv6 to be used for functional testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/d63926d757bc%5E...75cb58d378…