Branch: refs/heads/new-tx
Home:
https://github.com/fabbione/kronosnet
Commit: 74c94beeb141f0adf663faab35ebb4eac4ebd5a8
https://github.com/fabbione/kronosnet/commit/74c94beeb141f0adf663faab35ebb4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-13 (Mon, 13 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(a)redhat.com>