Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-09 Thread Stephen Hemminger
This was what the patch was (complete with spulling error)... Covert network warning messages from a compile time to runtime choice. Removes kernel config option and replaces it with new /proc/sys/net/core/warnings. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- Documentation/file

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-09 Thread Stephen Hemminger
Eric Dumazet wrote: Hello David and Stephen I see git commit 8e2101a9faab43dcf307d46784a1ede7997fe729 and its potential problems : Here on my x86_64 machine : 806e7520 d rtnl_mutex 806e7538 D net_msg_cost 806e753c D net_msg_burst 806e7540 D net_msg_warn

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-09 Thread Stephen Hemminger
Eric Dumazet wrote: David Miller a écrit : From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 07:34:15 +0100 I gently ask that any new sysctl is '__read_mostly' tagged. People are lazy because you are so gifted at finding this stuff :-) I seee ;) BTW I missed the patch on n

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread Eric Dumazet
David Miller a écrit : From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 08:51:45 +0100 David Miller a écrit : From: Eric Dumazet <[EMAIL PROTECTED]> BTW I missed the patch on netdev, is it just me or netdev have problems ? He definitely posted it, perhaps netdev is running a lit

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 08:51:45 +0100 > David Miller a écrit : > > From: Eric Dumazet <[EMAIL PROTECTED]> > >> > >> BTW I missed the patch on netdev, is it just me or netdev have problems ? > > > > He definitely posted it, perhaps netdev is running a little

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread Eric Dumazet
David Miller a écrit : From: Eric Dumazet <[EMAIL PROTECTED]> BTW I missed the patch on netdev, is it just me or netdev have problems ? He definitely posted it, perhaps netdev is running a little slow or wonky today... I can confirm netdev didnt handled it, I cannot find it on archives. ht

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 07:59:50 +0100 > David Miller a écrit : > > From: Eric Dumazet <[EMAIL PROTECTED]> > > Date: Fri, 09 Mar 2007 07:34:15 +0100 > > > >> I gently ask that any new sysctl is '__read_mostly' tagged. > > > > People are lazy because you are

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread Eric Dumazet
David Miller a écrit : From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 07:34:15 +0100 I gently ask that any new sysctl is '__read_mostly' tagged. People are lazy because you are so gifted at finding this stuff :-) I seee ;) BTW I missed the patch on netdev, is it just me

Re: about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 09 Mar 2007 07:34:15 +0100 > I gently ask that any new sysctl is '__read_mostly' tagged. People are lazy because you are so gifted at finding this stuff :-) > [PATCH] NET : New sysctls should use __read_mostly tags > > net_msg_warn should be pla

about : [NET]: Replace CONFIG_NET_DEBUG with sysctl.

2007-03-08 Thread Eric Dumazet
Hello David and Stephen I see git commit 8e2101a9faab43dcf307d46784a1ede7997fe729 and its potential problems : Here on my x86_64 machine : 806e7520 d rtnl_mutex 806e7538 D net_msg_cost 806e753c D net_msg_burst 806e7540 D net_msg_warn 806e7560 d lweventlis