Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 36c3ccdd266ce95324e39139a0108dfcf4f8af78
https://github.com/fabbione/kronosnet/commit/36c3ccdd266ce95324e39139a0108d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-19 (Sat, 19 Aug 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/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: a27ad2918ca433c6deca3a452b5c47dcbb60d37a
https://github.com/fabbione/kronosnet/commit/a27ad2918ca433c6deca3a452b5c47…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-19 (Sat, 19 Aug 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/master
Home: https://github.com/fabbione/kronosnet
Commit: 20f9cc1eaf021de8dea7050cef8082506008ac8e
https://github.com/fabbione/kronosnet/commit/20f9cc1eaf021de8dea7050cef8082…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-18 (Fri, 18 Aug 2017)
Changed paths:
M Makefile.am
M configure.ac
M kronosnet.spec.in
M poc-code/iov-hash/main.c
Log Message:
-----------
[build] fix several hanging bits after compress/crypto optional builds
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c59268f2ddaf8f25b75fb102ef995356d61c904c
https://github.com/fabbione/kronosnet/commit/c59268f2ddaf8f25b75fb102ef9953…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-18 (Fri, 18 Aug 2017)
Changed paths:
M configure.ac
M libknet/crypto.c
M libknet/crypto.h
M libknet/crypto_nss.c
M libknet/tests/api_knet_handle_crypto.c
Log Message:
-----------
[build] allow optional build of nss crypto support
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4d52fa7e840da9b2cc2929f8d56bbedc704f4858
https://github.com/fabbione/kronosnet/commit/4d52fa7e840da9b2cc2929f8d56bbe…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-18 (Fri, 18 Aug 2017)
Changed paths:
M libknet/Makefile.am
M libknet/crypto.c
A libknet/crypto_nss.c
A libknet/crypto_nss.h
R libknet/nsscrypto.c
R libknet/nsscrypto.h
M libknet/tests/Makefile.am
Log Message:
-----------
[build] rename nsscrypto to crypto_nss and match compress module names
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7322344cade75f1d9e303185b60e83e1444134bb
https://github.com/fabbione/kronosnet/commit/7322344cade75f1d9e303185b60e83…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-17 (Thu, 17 Aug 2017)
Changed paths:
M configure.ac
Log Message:
-----------
[compress] fix build to allow --disable-compress-all --enable-compress-$foo
disable all but build $foo...
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fc50d77494e26c65ce029626b01fe23ba94390e7
https://github.com/fabbione/kronosnet/commit/fc50d77494e26c65ce029626b01fe2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-17 (Thu, 17 Aug 2017)
Changed paths:
M libknet/tests/api_knet_handle_compress.c
Log Message:
-----------
[compress] report error from knet_handle_compress api test if there is no zlib builtin
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>