Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 34ef03c7445a77423c9d6b5d6b9e898c52e6a08b
https://github.com/fabbione/kronosnet/commit/34ef03c7445a77423c9d6b5d6b9e89…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/link.c
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] rewrite thread to follow the same footsteps of heartbeat thread
drop all those notification mechanisms that are a locking nightmare
with very little to none gain and use a loop similar to heartbeat.
Also break down the code in 3 sections:
- main thread loop
- pmtud data gathering per link
- pmtud data gathering for all hosts/links
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 83364f39a81c096a52daa60892a974f4cb4db293
https://github.com/fabbione/kronosnet/commit/83364f39a81c096a52daa60892a974…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api-check.mk
A libknet/tests/int_timediff.c
R libknet/tests/timediff_test.c
Log Message:
-----------
[tests] move all API checks makefile bits to a separate file
prepare for int(ernal)_ and fun(ctional)_ tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 41c99018422d781a127b4d0745eabed9858752a9
https://github.com/fabbione/kronosnet/commit/41c99018422d781a127b4d0745eabe…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
[tests] drop normal info and leave only progress/warnings/errors
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>