]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: fix excessive network event logging
authorErik Hugne <erik.hugne@ericsson.com>
Thu, 22 Jan 2015 16:10:31 +0000 (17:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jan 2015 00:58:08 +0000 (16:58 -0800)
commitaae1e4c35e750bdf11bfdf1b30312b6768852d9e
tree4f71b87ea4c4a3b0744f87327c9f8284aeff9708
parent6b15a8d4491b4b583627c0aca0ba3f31eb8710f1
tipc: fix excessive network event logging

If a large number of namespaces is spawned on a node and TIPC is
enabled in each of these, the excessive printk tracing of network
events will cause the system to grind down to a near halt.
The traces are still of debug value, so instead of removing them
completely we fix it by changing the link state and node availability
logging debug traces.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
net/tipc/node.c