Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 63ceb592b79f32f4126657d3be6f9c3b35a7d118 https://github.com/fabbione/kronosnet/commit/63ceb592b79f32f4126657d3be6f9c3... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths: M libknet/threads_tx.c M libknet/transport_sctp.c M libknet/transport_udp.c
Log Message: ----------- [tx] increase timeres on TX pressure and reduce log noise
when TX sockets are overloaded, we spend more time spitting out logs than recovering from the overload. ifdef the logging on critical path out (still available with debug build).
also drastically reduce the waiting time by 64x.
this changes increases UDP perf on 3 nodes by 200%
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com