Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 23df605335bf9fe06490cced65bfbdcee5a25312
https://github.com/fabbione/kronosnet/commit/23df605335bf9fe06490cced65bfbd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
Changed paths:
M libknet/compress_lzo2.c
M libknet/compress_zlib.c
Log Message:
-----------
[compress] make sure lib handles are clean after dlclose
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: c8715678e88973b256875e0d24a5039f15c5b8e6
https://github.com/fabbione/kronosnet/commit/c8715678e88973b256875e0d24a503…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-20 (Sun, 20 Aug 2017)
Changed paths:
M libknet/Makefile.am
M libknet/compress.c
M libknet/compress_zlib.c
M libknet/compress_zlib.h
Log Message:
-----------
[compress] move zlib to dlopen model
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 6140a4b1a3cd052c51419c650d2abe69f5125453
https://github.com/fabbione/kronosnet/commit/6140a4b1a3cd052c51419c650d2abe…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-20 (Sun, 20 Aug 2017)
Changed paths:
M libknet/compress.c
M libknet/compress.h
M libknet/compress_lzo2.c
M libknet/compress_lzo2.h
Log Message:
-----------
[compress] fix library init to work for multiple knet_handle
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: d8a74898a258e945a2a880b551af939f9a1e972e
https://github.com/fabbione/kronosnet/commit/d8a74898a258e945a2a880b551af93…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-20 (Sun, 20 Aug 2017)
Changed paths:
M libknet/compress_lzo2.c
Log Message:
-----------
[compression] simplify lzo2 dlopen code handling
code is still broken when using multiple knet_handle
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 99c250587b1feaf3822427ffa4fe02732dfd9b5e
https://github.com/fabbione/kronosnet/commit/99c250587b1feaf3822427ffa4fe02…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-08-20 (Sun, 20 Aug 2017)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/compress.c
M libknet/compress.h
M libknet/compress_lzo2.c
M libknet/compress_lzo2.h
M libknet/handle.c
Log Message:
-----------
[compression] move lzo2 to dlopen model and fix internal api
this commit breaks all other compression modules for now
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>