Re: [PATCH] net: move "IPv6: sending pkt_too_big to self" to NETDEBUG

2012-07-29 Thread Philipp Kern
On Sat, Jul 28, 2012 at 10:29:20AM -0700, Joe Perches wrote: > On Sat, 2012-07-28 at 17:06 +0200, Philipp Kern wrote: > > ip6_xmit checks if the outgoing packet is larger than the path MTU and > > emits ICMPv6 packet too big locally if this is the case. Logging this, > > even at KERN_DEBUG,

Re: [PATCH] net: move IPv6: sending pkt_too_big to self to NETDEBUG

2012-07-29 Thread Philipp Kern
On Sat, Jul 28, 2012 at 10:29:20AM -0700, Joe Perches wrote: On Sat, 2012-07-28 at 17:06 +0200, Philipp Kern wrote: ip6_xmit checks if the outgoing packet is larger than the path MTU and emits ICMPv6 packet too big locally if this is the case. Logging this, even at KERN_DEBUG, confuses

Re: [PATCH] net: move "IPv6: sending pkt_too_big to self" to NETDEBUG

2012-07-28 Thread Joe Perches
On Sat, 2012-07-28 at 17:06 +0200, Philipp Kern wrote: > ip6_xmit checks if the outgoing packet is larger than the path MTU and > emits ICMPv6 packet too big locally if this is the case. Logging this, > even at KERN_DEBUG, confuses users. It is also not actually helpful for > debugging, given that

[PATCH] net: move "IPv6: sending pkt_too_big to self" to NETDEBUG

2012-07-28 Thread Philipp Kern
ip6_xmit checks if the outgoing packet is larger than the path MTU and emits ICMPv6 packet too big locally if this is the case. Logging this, even at KERN_DEBUG, confuses users. It is also not actually helpful for debugging, given that there is no reference to the connection that triggered this

[PATCH] net: move IPv6: sending pkt_too_big to self to NETDEBUG

2012-07-28 Thread Philipp Kern
ip6_xmit checks if the outgoing packet is larger than the path MTU and emits ICMPv6 packet too big locally if this is the case. Logging this, even at KERN_DEBUG, confuses users. It is also not actually helpful for debugging, given that there is no reference to the connection that triggered this

Re: [PATCH] net: move IPv6: sending pkt_too_big to self to NETDEBUG

2012-07-28 Thread Joe Perches
On Sat, 2012-07-28 at 17:06 +0200, Philipp Kern wrote: ip6_xmit checks if the outgoing packet is larger than the path MTU and emits ICMPv6 packet too big locally if this is the case. Logging this, even at KERN_DEBUG, confuses users. It is also not actually helpful for debugging, given that