linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pppoe, fix old protocol handler
@ 2003-07-02  9:04 Jan Dittmer
  2003-07-08  3:37 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Dittmer @ 2003-07-02  9:04 UTC (permalink / raw)
  To: linux-net; +Cc: linux-kernel

Hi,

I'm using 2.5(.73-mm3, but this also applies to earlier versions) and 
I'm getting tons (~6000/min) of "fix old protocol handler <pppoed>!" in 
my syslog on a quite loaded adsl line. For the time being I just 
commented out the annoying code fragment  and I didn't find any 
regressions yet (uptime ~20days).
So what's the correct way of getting rid of this message? I tried 
recompiling pppd and pppoe, but that doesn't solve it. Is there a 
patched version somewhere.

Thanks,

Jan

pppd version 2.4.2b3
Roaring Penguin PPPoE Version 3.5

--- a/net/core/dev.c    Sun Jun 15 19:11:37 2003
+++ b/net/core/dev.c    Sun Jun 15 19:11:53 2003
@@ -1370,8 +1370,8 @@
  #ifdef CONFIG_SMP
         /* Old protocols did not depened on BHs different of NET_BH and
            TIMER_BH - they need to be fixed for the new assumptions.
-        */
         print_symbol("fix old protocol handler %s!\n", (unsigned 
long)pt->func);
+        */
  #endif
         ret = pt->func(skb, skb->dev, pt);
  out:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pppoe, fix old protocol handler
  2003-07-02  9:04 pppoe, fix old protocol handler Jan Dittmer
@ 2003-07-08  3:37 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-07-08  3:37 UTC (permalink / raw)
  To: jan.dittmer; +Cc: linux-net, linux-kernel


Current 2.5.x should not print those messages anymore,
pppoe has been converted over to not be an "old protocol"
any more.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-08  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-02  9:04 pppoe, fix old protocol handler Jan Dittmer
2003-07-08  3:37 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).