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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d556132b27074096e5e00a118866febf08c8cd7d
https://github.com/fabbione/kronosnet/commit/d556132b27074096e5e00a118866fe…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-12 (Mon, 12 Jun 2017)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx/tx] Increase RX buffers to 512 (new-tx branch)
latency is still much lower than current udpu and throughput
for small packets is much better
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c58507f93bd162acab7cb1d06349320441156c8a
https://github.com/fabbione/kronosnet/commit/c58507f93bd162acab7cb1d0634932…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-06-09 (Fri, 09 Jun 2017)
Changed paths:
M libknet/libknet.h
M libknet/tests/api_knet_link_get_config.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
M libknet/transports.h
Log Message:
-----------
libknet: Add link flag for 'hi' (interactive) priority
Rather than make it the default, this is now a link option.
Corosync needs it but other applications probably will not.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>