Branch: refs/heads/new-tx
Home: https://github.com/fabbione/kronosnet
Commit: 6a09f98a1afd4df6c3a91136bcf2119e505f9c6f
https://github.com/fabbione/kronosnet/commit/6a09f98a1afd4df6c3a91136bcf211…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-04 (Sun, 04 Jun 2017)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/threads_tx.c
Log Message:
-----------
cleanup next level
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 801bb12dc2d68d0fa0f2f38121b24ef4b568cc64
https://github.com/fabbione/kronosnet/commit/801bb12dc2d68d0fa0f2f38121b24e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-06-03 (Sat, 03 Jun 2017)
Changed paths:
M configure.ac
M kronosnetd/keygen.c
M kronosnetd/main.c
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/host.c
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/tests/test-common.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M poc-code/iov-hash/main.c
Log Message:
-----------
Resolves signed-unsigned comparison warnings
Patch based on:
commit 730a8b6a56820741b361e0907eecb6297a9f0348
Author: Michael Jones <jonesmz(a)jonesmz.com>
Resolves: https://github.com/fabbione/kronosnet/pull/40
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fb2cc79f9b0e32390753e9daa91a6b28631b6b34
https://github.com/fabbione/kronosnet/commit/fb2cc79f9b0e32390753e9daa91a6b…
Author: Michael Jones <jonesmz(a)jonesmz.com>
Date: 2017-06-03 (Sat, 03 Jun 2017)
Changed paths:
M configure.ac
M libknet/handle.c
M libknet/link.c
M libknet/tests/api_knet_link_get_ping_timers.c
M libknet/tests/api_knet_link_set_config.c
M libknet/tests/api_knet_log_get_loglevel_id.c
M libknet/tests/api_knet_log_get_subsystem_id.c
M libknet/tests/api_knet_recv.c
M libknet/tests/api_knet_send.c
M libknet/tests/int_crypto.c
M libknet/threads_pmtud.c
Log Message:
-----------
Fixes format=signedness related warnings
Branch: refs/heads/master
Home: https://github.com/fabbione/knet-ansible-ci
Commit: f188237639e070ebabd98283972e3fc8d8c4695b
https://github.com/fabbione/knet-ansible-ci/commit/f188237639e070ebabd98283…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-05-27 (Sat, 27 May 2017)
Changed paths:
M roles/kronosnet-tests/tasks/kronosnettests.yml
Log Message:
-----------
Revert "Temporary disable sctp for knet_bench testing while we fix knet_bench crash and sctp shutdown deadlock"
This reverts commit 13ce5fcccf0d0270caf02f723e909e4978926547.
knet has been fixed
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c49af4e3aa2382557479d140c2107b2d6a9601bb
https://github.com/fabbione/kronosnet/commit/c49af4e3aa2382557479d140c2107b…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-05-26 (Fri, 26 May 2017)
Changed paths:
M libknet/transport_sctp.c
Log Message:
-----------
[sctp] Don't hold global_rwlock while sleeping.
The SCTP connect and accept threads can do small sleeps
when there are errors. The global_rwlock should not be held
while this is happening.
While the lock is a read lock and doesn't block sending and
receiving in other threads it can cause a deadlock on shutdown.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>