All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: b44: regression in 2.6.22 (resend)
@ 2007-05-28 23:00 Uwe Bugla
  0 siblings, 0 replies; 64+ messages in thread
From: Uwe Bugla @ 2007-05-28 23:00 UTC (permalink / raw)
  To: linux-kernel

On Mon, 2007-05-28 at 22:55 +0200, Maximilian Engelhardt wrote:
> > > I additionally built my 2.6.22-rc2-mm1 kernel without High Resolution
> > > Timer, but the high ping problem is still there.
> >
> > Hmm, that's mysterious. Wild guess is that highres exposes the hidden
> > "feature" in a different way than rc2-mm1 does.
>
> I think the bug in 2.6.21/22-rc3 is a different one that the one in
> 2.6.22-rc2-mm1, but that's also only a wild guess :)
>
> I'll explain this a bit:
> In 2.6.21/22-rc3 is the same b44 driver that has been in the stock kernels for
> some time. With this driver and High Resolution Timer turned on I get
> problems using iperf. The problems are that the systems becomes really slow
> and unresponsive. Michael Buesch thought this could be an IRQ storm which
> sounds logical to me. This bug did never happen to me before I startet the
> iperf test.

Can you please apply

http://www.tglx.de/projects/hrtimers/2.6.22-rc3/patch-2.6.22-rc3-hrt1.patch

on top of rc3 and check, whether it has any effect on your problem.

> The other issue happens only with 2.6.22-rc2-mm1 which includes the b44 ssb
> spilt. It's independed wether High Resolution Timer is turned on or off I
> always get very varying and high ping times. The iperf-test doesn't show the
> problems from 2.6.21/22-rc3.

Neither with nor without highres ?

tglx

Neither with nor without Gleixner ?

Neither with nor without Buesch ?

Neither with nor without Miller ?

Neither with nor without Kyle ?

Neither with nor without ........ ?

Neither with nor without would-like-to-spare time hackers ?

Neither with nor without profile neurotic would-like-to-copyright owners ?

_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192


^ permalink raw reply	[flat|nested] 64+ messages in thread
* b44: regression in 2.6.22
@ 2007-05-26  0:24 Stephen Hemminger
  2007-05-26 17:01 ` Michael Buesch
  0 siblings, 1 reply; 64+ messages in thread
From: Stephen Hemminger @ 2007-05-26  0:24 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Jeff Garzik, Gary Zambrano; +Cc: netdev

Something is broken with the b44 driver in 2.6.22-rc1 or later. Now bisecting.
The performance (with iperf) for receiving is normally 94Mbits or more.
But something happened that dropped performance to less than 1Mbit,
probably corrupted packets.

There is nothing obvious in the commit log for drivers/net/b44.c, so it
probably is something more general.


Looking at the code in b44_rx(), I see a couple unrelated of bugs:
1. In the small packet case it recycles the skb before copying data out... 
   Not good if new data arrives overwriting existing data.

2. Macros like RX_PKT_BUF_SZ that depend on local variables are evil!!



-- 
Stephen Hemminger <shemminger@linux-foundation.org>

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

end of thread, other threads:[~2007-06-04 16:36 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 23:00 b44: regression in 2.6.22 (resend) Uwe Bugla
  -- strict thread matches above, loose matches on Subject: below --
2007-05-26  0:24 b44: regression in 2.6.22 Stephen Hemminger
2007-05-26 17:01 ` Michael Buesch
2007-05-27 19:25   ` b44: regression in 2.6.22 (resend) Maximilian Engelhardt
2007-05-27 19:25     ` Maximilian Engelhardt
2007-05-27 19:45     ` Michael Buesch
2007-05-27 19:45       ` Michael Buesch
2007-05-27 20:36       ` Maximilian Engelhardt
2007-05-27 20:36         ` Maximilian Engelhardt
2007-05-27 20:46         ` Michael Buesch
2007-05-27 20:46           ` Michael Buesch
2007-05-27 21:46           ` Maximilian Engelhardt
2007-05-27 21:46             ` Maximilian Engelhardt
2007-05-27 21:13     ` Michael Buesch
2007-05-27 21:13       ` Michael Buesch
2007-05-27 21:16       ` Michael Buesch
2007-05-27 21:50         ` Maximilian Engelhardt
2007-05-27 21:50           ` Maximilian Engelhardt
2007-05-27 22:15       ` Maximilian Engelhardt
2007-05-27 22:15         ` Maximilian Engelhardt
2007-05-28  0:24         ` Michael Buesch
2007-05-28  0:40           ` Maximilian Engelhardt
2007-05-28  0:40             ` Maximilian Engelhardt
2007-05-28 10:16             ` Michael Buesch
2007-05-28 10:16               ` Michael Buesch
2007-05-28 14:09               ` Maximilian Engelhardt
2007-05-28 14:09                 ` Maximilian Engelhardt
2007-05-28 15:14                 ` Michael Buesch
2007-05-28 15:14                   ` Michael Buesch
2007-05-28 15:32                   ` Thomas Gleixner
2007-05-28 15:32                     ` Thomas Gleixner
2007-05-28 15:43                     ` Michael Buesch
2007-05-28 15:43                       ` Michael Buesch
2007-05-28 17:44                     ` Maximilian Engelhardt
2007-05-28 19:23                       ` Thomas Gleixner
2007-05-28 20:55                         ` Maximilian Engelhardt
2007-05-28 21:45                           ` Thomas Gleixner
2007-05-29 18:28                             ` Maximilian Engelhardt
2007-05-29 18:28                               ` Maximilian Engelhardt
2007-05-29 13:58                           ` Gary Zambrano
2007-05-29 13:58                             ` Gary Zambrano
2007-05-29 17:23                             ` Maximilian Engelhardt
2007-05-29 17:23                               ` Maximilian Engelhardt
2007-06-03 16:26                         ` Maximilian Engelhardt
2007-06-04  6:39                           ` Thomas Gleixner
2007-06-04  6:39                             ` Thomas Gleixner
2007-06-04 16:09                             ` Stephen Hemminger
2007-06-04 16:09                               ` Stephen Hemminger
2007-06-04 16:35                               ` Thomas Gleixner
2007-06-04 16:35                                 ` Thomas Gleixner
2007-05-28 10:49             ` Michael Buesch
2007-05-28 14:12               ` Maximilian Engelhardt
2007-05-28 14:12                 ` Maximilian Engelhardt
2007-05-28 14:55                 ` Michael Buesch
2007-05-29 14:14                   ` Gary Zambrano
2007-05-29 20:45                     ` Michael Buesch
2007-05-29 20:45                       ` Michael Buesch
2007-05-29 21:01                       ` Stephen Hemminger
2007-05-29 21:01                         ` Stephen Hemminger
2007-05-29 21:05                       ` Gary Zambrano
2007-05-29 21:05                         ` Gary Zambrano
2007-05-29 22:39                         ` Jeff Garzik
2007-05-29 22:39                           ` Jeff Garzik
2007-05-29 21:36                           ` Gary Zambrano
2007-05-29 21:36                             ` Gary Zambrano
2007-05-30 10:45                             ` Michael Buesch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.