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)
commit3fa9cacd697eb26d99c59a8479d8a1b3d6311182
tree4f71b87ea4c4a3b0744f87327c9f8284aeff9708
parent9c5d94bc18782ab3c48aa2df4ad6c451286a7bb3
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
This page took 0.025578 seconds and 5 git commands to generate.