Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 34ef03c7445a77423c9d6b5d6b9e898c52e6a08b https://github.com/fabbione/kronosnet/commit/34ef03c7445a77423c9d6b5d6b9e898... Author: Fabio M. Di Nitto fdinitto@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@redhat.com