Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9d9d5cf470786753d22778746b14075d9ef9248d
https://github.com/fabbione/kronosnet/commit/9d9d5cf470786753d22778746b1407…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-11 (Sun, 11 Sep 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api_knet_handle_pmtud_setfreq.c
Log Message:
-----------
[tests] add api_knet_handle_pmtud_setfreq tests
currently not enabled for helgrind checks. PMTUd thread needs a good rewrite first
but the API is fine.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: dd7e58365121049d6e70595c484b4d52dbe212fe
https://github.com/fabbione/kronosnet/commit/dd7e58365121049d6e70595c484b4d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-11 (Sun, 11 Sep 2016)
Changed paths:
M build-aux/check.mk
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] export check type to all tests
This allows to skip/warn on some tests while we fix the PMTUd thread
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 44b7daed024cf847ebadbc0291cbca463438a414
https://github.com/fabbione/kronosnet/commit/44b7daed024cf847ebadbc0291cbca…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] Allow threads to recognized shutdown before stopping them.
On busy threads and shutdown, there is a chance that the thread
didn't have time to process the shutdown requests and even tho
we are closing down, some locks can be destroyed while still locked.
In theory we could have each thread report that it has ack'ed the shutdown
and then close, but a sleep seems to be more than good enough for now.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>