Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7c23487e284cd8e920523ba2f08b33229b6d77cc
https://github.com/fabbione/kronosnet/commit/7c23487e284cd8e920523ba2f08b33…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/tests/Makefile.am
M libknet/tests/api-check.mk
Log Message:
-----------
[test] don't run api_knet_handle_new_limit by default
it takes more than 20GB of ram and special ulimit settings.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 990bc28682b6f3c93a839f7138338713c59c58f7
https://github.com/fabbione/kronosnet/commit/990bc28682b6f3c93a839f71383387…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/tests/api-check.mk
Log Message:
-----------
[handle] implement open knet_handle tracker
limit the number of open knet_handle to UINT8_MAX for now.
UINT8_MAX requires approx 20GB of RAM only for init and more
than 1024 fds (tune your ulimit as necessary) without taking
into account fds required for links
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 35e83b76d67e7781e5429381954dd9d92e1ae1b5
https://github.com/fabbione/kronosnet/commit/35e83b76d67e7781e5429381954dd9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/internals.h
Log Message:
-----------
[dlopen] compress: drop unnecessary tracker and use init array instead
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: b0a1ff143ddc8808ef154d413bc3d899a0d81922
https://github.com/fabbione/kronosnet/commit/b0a1ff143ddc8808ef154d413bc3d8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/compress.h
M libknet/handle.c
M libknet/internals.h
M libknet/tests/Makefile.am
A libknet/tests/int_lib_load_unload.c
Log Message:
-----------
[dlopen] compress: fix load/unload of libraries and add extensive test
each handle should only unload libraries that has loaded or referenced
on exit, attempt to close all libraries from that handle
on compress_fini close only the one that's open
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: a35ec2df4f6ca21740de8d0bdd79093a15fe09b6
https://github.com/fabbione/kronosnet/commit/a35ec2df4f6ca21740de8d0bdd7909…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[compress] make sure to unload resources before re-init the new config
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: b8e87f2419106d9446ed359da7f4adba0b7b0708
https://github.com/fabbione/kronosnet/commit/b8e87f2419106d9446ed359da7f4ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M libknet/Makefile.am
R libknet/link.c
R libknet/link.h
A libknet/links.c
A libknet/links.h
M libknet/tests/api_knet_link_set_config.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/transport_sctp.c
Log Message:
-----------
[global] rename link.(c|h) to links.(c|h) as they conflict with global /usr/include/link.h
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 13556bb06de9ab54db92f73681a2bff6ddea644e
https://github.com/fabbione/kronosnet/commit/13556bb06de9ab54db92f73681a2bf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-10 (Sun, 10 Sep 2017)
Changed paths:
M libknet/compress_bzip2.c
M libknet/compress_lz4.c
M libknet/compress_lzma.c
M libknet/compress_lzo2.c
M libknet/compress_zlib.c
M libknet/crypto_nss.c
Log Message:
-----------
[dlopen] move all dlopen lib names at the top of the respective files
makes it easier to figure out library supported version
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>