Branch: refs/heads/newcrypto
Home: https://github.com/fabbione/kronosnet
Commit: 22dac782fe69a8996671b68e7e66cd73e3104656
https://github.com/fabbione/kronosnet/commit/22dac782fe69a8996671b68e7e66cd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
Changed paths:
M libknet/handle.c
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] Move sending thread to iovec implementation
save plenty memcpy around and reduce memory footprint
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 3cea1579c6c93553921548358be04edf8a7ba5b4
https://github.com/fabbione/kronosnet/commit/3cea1579c6c93553921548358be04e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
Changed paths:
M configure.ac
M poc-code/Makefile.am
R poc-code/iov-enc/.gitignore
R poc-code/iov-enc/Makefile.am
R poc-code/iov-enc/main.c
Log Message:
-----------
[poc] remove iov-enc code now merged in master
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 253a919efba7b2645586c45d02d5e963ba33af83
https://github.com/fabbione/kronosnet/commit/253a919efba7b2645586c45d02d5e9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/knet_bench.c
Log Message:
-----------
[tests] Add knet_bench as more flexible replacement for ping_test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0f08051da8f1f259e3ddfa868deafbd1b8696e5b
https://github.com/fabbione/kronosnet/commit/0f08051da8f1f259e3ddfa868deafb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] Fix bug in handling HOSTINFO packets seq num
the bcast/ucast seq num were being mixed up, causing packet
loss on link up/down (also in active mode).
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 38eacd072bfa935d0ee6dbd7bee2d3dbb7994385
https://github.com/fabbione/kronosnet/commit/38eacd072bfa935d0ee6dbd7bee2d3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-21 (Mon, 21 Nov 2016)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add facility to stop a whole knet handle in one shot
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1a5450ecbdc823ecd439628450b3f3e0aa231571
https://github.com/fabbione/kronosnet/commit/1a5450ecbdc823ecd439628450b3f3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-21 (Mon, 21 Nov 2016)
Changed paths:
M libknet/tests/crypto_bench.c
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] allow scheduler to be configured and allow start_logging to be called multiple times safely
also test crypto_bench with multiple schedulers
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: aa5c5f01bcfad3eacf87d25296203faae9fc89c5
https://github.com/fabbione/kronosnet/commit/aa5c5f01bcfad3eacf87d25296203f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-16 (Wed, 16 Nov 2016)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add options to configure scheduler
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4012b78d335fe5393c1a71f37bcdb3d4d9455abe
https://github.com/fabbione/kronosnet/commit/4012b78d335fe5393c1a71f37bcdb3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-16 (Wed, 16 Nov 2016)
Changed paths:
M libknet/tests/crypto_bench.c
Log Message:
-----------
[tests] move crypto bench to use start_logging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 396d7db1fcaa70ee38f6c5f9ecf8ebffa94720b7
https://github.com/fabbione/kronosnet/commit/396d7db1fcaa70ee38f6c5f9ecf8eb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-16 (Wed, 16 Nov 2016)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] add knet logs: prefix when no logs are being recorded
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>