All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [RFC v3 0/4] SMP fixes: serialization and Disablig D1 and D2
@ 2009-02-24  6:33 Luis R. Rodriguez
  2009-02-24  6:33 ` [ath9k-devel] [RFC v3 1/4] ath9k: implement IO serialization Luis R. Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2009-02-24  6:33 UTC (permalink / raw)
  To: ath9k-devel

From: Luis R. Rodriguez <lrodriguez@atheros.com>

Ok, here's a respin of my SMP fixes series (previously just serialization).
I got an SMP box at work now and did manage to get a PCI AR5416 card and
did reproduce a hang.

The good news is the hang is gone but I'm not sure if this will fix the hangs
reported here with AR5416 and SMP boxen so please give it a spin and let me
know.

This also now deregisters the CPU notifier which we were not doing before.

This applies on top of today's wireless-testing. You can get the full
set of 4 patches in one file here:

http://www.kernel.org/pub/linux/kernel/people/mcgrof/patches/ath9k/2009-02-24/serialization-v3.patch

I'd like a few reports on this, please let me know.

Luis R. Rodriguez (4):
  ath9k: implement IO serialization
  ath9k: AR9280 PCI devices must serialize IO as well
  ath9k: add cpu notifier to enhance device configuration
  ath9k: disable D1 and D2 on PCI multicore systems

 drivers/net/wireless/ath9k/ath9k.h |    7 ++++
 drivers/net/wireless/ath9k/hw.c    |   71 +++++++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath9k/hw.h    |   11 +++++-
 drivers/net/wireless/ath9k/main.c  |   30 +++++++++++++++
 drivers/net/wireless/ath9k/pci.c   |   46 +++++++++++++++++++++++
 5 files changed, 162 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [ath9k-devel] [RFC v3 0/4] SMP fixes: serialization and Disablig D1 and D2
@ 2009-02-24  6:25 Luis R. Rodriguez
  0 siblings, 0 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2009-02-24  6:25 UTC (permalink / raw)
  To: ath9k-devel

Ok, here's a respin of my SMP fixes series (previously just serialization).
I got an SMP box at work now and did manage to get a PCI AR5416 card and
did reproduce a hang.

The good news is the hang is gone but I'm not sure if this will fix the hangs
reported here with AR5416 and SMP boxen so please give it a spin and let me
know.

This also now deregisters the CPU notifier which we were not doing before.

This applies on top of today's wireless-testing. You can get the full
set of 4 patches in one file here:

http://www.kernel.org/pub/linux/kernel/people/mcgrof/patches/ath9k/2009-02-24/serialization-v3.patch

I'd like a few reports on this, please let me know.

Luis R. Rodriguez (4):
  ath9k: implement IO serialization
  ath9k: AR9280 PCI devices must serialize IO as well
  ath9k: add cpu notifier to enhance device configuration
  ath9k: disable D1 and D2 on PCI multicore systems

 drivers/net/wireless/ath9k/ath9k.h |    7 ++++
 drivers/net/wireless/ath9k/hw.c    |   71 +++++++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath9k/hw.h    |   11 +++++-
 drivers/net/wireless/ath9k/main.c  |   30 +++++++++++++++
 drivers/net/wireless/ath9k/pci.c   |   46 +++++++++++++++++++++++
 5 files changed, 162 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2009-03-01 14:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24  6:33 [ath9k-devel] [RFC v3 0/4] SMP fixes: serialization and Disablig D1 and D2 Luis R. Rodriguez
2009-02-24  6:33 ` [ath9k-devel] [RFC v3 1/4] ath9k: implement IO serialization Luis R. Rodriguez
2009-02-24  6:33 ` [ath9k-devel] [RFC v3 2/4] ath9k: AR9280 PCI devices must serialize IO as well Luis R. Rodriguez
2009-02-24  6:34 ` [ath9k-devel] [RFC v3 3/4] ath9k: add cpu notifier to enhance device configuration Luis R. Rodriguez
2009-02-24  6:34 ` [ath9k-devel] [RFC v3 4/4] ath9k: disable D1 and D2 on PCI multicore systems Luis R. Rodriguez
2009-02-26 16:18 ` [ath9k-devel] [RFC v3 0/4] SMP fixes: serialization and Disablig D1 and D2 W. van den Akker
2009-02-27 19:00   ` Luis R. Rodriguez
2009-02-27 19:18     ` W. van den Akker
2009-02-27 19:22       ` Luis R. Rodriguez
2009-02-27 21:05       ` W. van den Akker
2009-03-01 14:54         ` W. van den Akker
  -- strict thread matches above, loose matches on Subject: below --
2009-02-24  6:25 Luis R. Rodriguez

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.