Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b0c959ae7d2083c822e396ea72d41811962f821c
https://github.com/fabbione/kronosnet/commit/b0c959ae7d2083c822e396ea72d418…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-24 (Sat, 24 Jun 2017)
Changed paths:
M libknet/link.c
Log Message:
-----------
[link] switch link_get_status to write lock
previous to the introduction of detailed link stats, the values
contained in the status structure would hardly change over time
making a rdlock more than enough to get the right data.
Now that the values are updated constantly, we need to remove
the window of thread X writing values and thread Y to read them
while being written.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d7e63ac8fd2c58e9eb9bc2a685be3052a9281c64
https://github.com/fabbione/kronosnet/commit/d7e63ac8fd2c58e9eb9bc2a685be30…
Author: Chrissie Caulfield <ccaulfie(a)redhat.com>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/host.c
M libknet/libknet.h
M libknet/link.c
M libknet/tests/api_knet_link_get_status.c
M libknet/tests/api_knet_link_set_config.c
M libknet/tests/api_knet_send.c
M libknet/tests/test-common.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
libknet: Add link stats (#43)
* libknet: Add link stats
This patch also includes an ABI change to knet_link_get_status()
(as well as returning a load of stats) that should allow us to
add more stats at a later stage without ballooning memory use
with pads or crashing earlier-linked programs with structure
overwrites.
kronosnetd compiles but has not been tested...
Branch: refs/heads/new-sctp
Home: https://github.com/fabbione/kronosnet
Commit: 9a9a6cd5bc4cec95a0e097c6694ac735ff43b2dd
https://github.com/fabbione/kronosnet/commit/9a9a6cd5bc4cec95a0e097c6694ac7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/tests/api_knet_link_set_enable.c
M libknet/tests/knet_bench.c
A libknet/transport_sctp_many.c
M libknet/transports.h
Log Message:
-----------
[transports] add support for SCTP one-to-many
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: b2504346d78ad2c53115d2418446ccbdaf64837d
https://github.com/fabbione/kronosnet/commit/b2504346d78ad2c53115d2418446cc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[sctp_many] fix missing memory initialization
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 8d29a2a018727a4571bf0d4bc20f81d432d148a0
https://github.com/fabbione/kronosnet/commit/8d29a2a018727a4571bf0d4bc20f81…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[transport] port sctp_many to new knet_mmsghdr
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/fabbione/kronosnet/compare/2b803147e389...8d29a2a01872
Branch: refs/heads/master
Home: https://github.com/fabbione/knet-ansible-ci
Commit: 633b398f4a1fd665f65cb502e36b40df98e90ae1
https://github.com/fabbione/knet-ansible-ci/commit/633b398f4a1fd665f65cb502…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-13 (Tue, 13 Jun 2017)
Changed paths:
M group_vars/all
M roles/corosync/tasks/corosync.yml
M roles/kronosnet/tasks/kronosnet.yml
M roles/libqb/tasks/libqb.yml
Log Message:
-----------
Add basic to allow compiler override
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/knet-ansible-ci
Commit: 4b6247dd4b82821ebef7a00791dfc103b327fd95
https://github.com/fabbione/knet-ansible-ci/commit/4b6247dd4b82821ebef7a007…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-12 (Mon, 12 Jun 2017)
Changed paths:
M roles/hostsetup/tasks/hostupdate.yml
Log Message:
-----------
Install clang and explicity install gcc
clang on RHEL is dependent on epel repository (installed conditionally)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>