mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: scsi abort 0x2002 and eth0: too much work on a dual amd 760mpx system
@ 2002-02-18 17:12 Michael Kwasigroch
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kwasigroch @ 2002-02-18 17:12 UTC (permalink / raw)
  To: linux-kernel

At 2002-02-13 20:26:46 "kelley eicher <carde@astro.umn.edu>" wrote:

> rik-
>
> i have done extensive cpu load + i/o testing on the 760mp machine. it
handles
> perfectly under very high cpu activity. one thing i should mention though
is
> that neither of these chipsets, amd 760mp and amd760mpx, work with multi-
> processor specification 1.4 under linux. i had several problems using
m.p.s.
> 1.4 on the 760mp in dual processor mode and the 760mpx wouldn't even boot
> with m.p.s. 1.4 enabled.
>
> as an fyi to anyone listening, the 760mpx crashed while loading any smp
linux
> kernel during apic timer calibration.
>
> so my suggestion rik, if you haven't done this already, is to change the
> multi- processor specification in your bios from 1.4 to 1.1.
>
> -kelley

I've got the Tyan Tiger MPX (S2466N) running SMP flawlessly with both
2.2.19 (io_apic.c patched) and 2.4.17 (w/ide-patch) ... and Windows 2000
Pro SP2 (;-).

In the BIOS I've left the setting to ACPI (which is the default).

- Why should one want to change that to MPS 1.1/1.4?
- What 760mpx board do you use?

I'm using an old Adaptec 2940 PCI SCSI adaptor for my DAT streamer and it
also works flawlessly (although I feel there is a little bit of improvement
possible by tweaking the PCI latency).

You might want to check http://www.2cpu.com for tips & tricks getting a
dual athlon system running. I'm not connected to this site but it gave me
all the help I needed while choosing the components for my nice new system.
It is #1 for duallies!!!


P.S.: Please cc me directly on any replies since I'm not subscribed to
linux-kernel. TIA.


Mit freundlichen Gruessen / best regards


"The sooner you fall behind, the more time you'll have to catch up."

Michael Kwasigroch
FaxPlus/Open Development
________________________________________

e-mail:        mkwasigr@intercope.com

INTERCOPE
International Communication Products Engineering GmbH

www.intercope.com



^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <15466.45319.699865.592862@photon.alephnull.com>]
* scsi abort 0x2002 and eth0: too much work on a dual amd 760mpx system
@ 2002-02-11 18:02 kelley eicher
  2002-02-13 15:59 ` kelley eicher
  0 siblings, 1 reply; 4+ messages in thread
From: kelley eicher @ 2002-02-11 18:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 3759 bytes --]

i'm having some problems with the 2.4.17 linux kernel on a dual athlon
system that i was hoping someone could shed some light on. there seem
to be multiple problems so i'm not quite sure which path to follow at this
point.

the scenario is that i have a system with the following hardware:

# awk '/\(/' /proc/pci
    Host bridge: PCI device 1022:700c (Advanced Micro Devices [AMD]) (rev 17).
    PCI bridge: PCI device 1022:700d (Advanced Micro Devices [AMD]) (rev 0).
    ISA bridge: Advanced Micro Devices [AMD] AMD-768 [??] ISA (rev 4).
    IDE interface: Advanced Micro Devices [AMD] AMD-768 [??] IDE (rev 4).
    Bridge: Advanced Micro Devices [AMD] AMD-768 [??] ACPI (rev 3).
    SCSI storage controller: Adaptec 7892A (rev 2).
    PCI bridge: Advanced Micro Devices [AMD] AMD-768 [??] PCI (rev 4).
    VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 133).
    Ethernet controller: 3Com Corporation 3c905C-TX [Fast Etherlink] (rev 116).

while this machine is at work i see aic7xxx_abort errors in dmesg from time
to time during heavy i/o. interestingly, this does not crash the machine or
the devices in question but recovers with an aic7xxx_dev_reset instruction
after 1-2 minutes of abort attempts.

during the time between the apparent scsi failures i see a few error
messages in the form of 'eth0: Too much work in interrupt, status e401.'

looking at /proc/interrupts i see that indeed, the eth0 device is hard at
work.

# cat /proc/interrupts
           CPU0       CPU1       
  0:   33669019   33490567    IO-APIC-edge  timer
  1:      19117      19797    IO-APIC-edge  keyboard
  2:          0          0          XT-PIC  cascade
 10:   32635348   32632811   IO-APIC-level  eth0
 11:     381721     381874   IO-APIC-level  aic7xxx
 14:     236054     249997    IO-APIC-edge  ide0
 15:          0          6    IO-APIC-edge  ide1
NMI:          0          0 
LOC:   67153036   67153815 
ERR:          0
MIS:         32

i have researched the 'eth0: Too much work in interrupt, status e401.' a bit
and found that it is possible to increase the threshold for which these
errors will be printed. i did not attempt this because it does not seem that
it should be a solution to this problem but more of a crutch. i.e. bad things
still happen, you just don't see them. 

another reason i refrained from making any adjustments to settings for the
driver is that i have an almost identical system in a very similar load
and role that exhibits *none* of the problems mentioned. 

# awk '/\)/' /proc/pci
    Host bridge: PCI device 1022:700c (Advanced Micro Devices [AMD]) (rev 17).
    PCI bridge: PCI device 1022:700d (Advanced Micro Devices [AMD]) (rev 0).
    ISA bridge: Advanced Micro Devices [AMD] AMD-765 [Viper] ISA (rev 2).
    IDE interface: Advanced Micro Devices [AMD] AMD-765 [Viper] IDE (rev 1).
    Bridge: Advanced Micro Devices [AMD] AMD-765 [Viper] ACPI (rev 1).
    USB Controller: Advanced Micro Devices [AMD] AMD-765 [Viper] USB (rev 7).
    SCSI storage controller: Adaptec 7892A (rev 2).
    SCSI storage controller: Adaptec 7892A (#2) (rev 2).
    Ethernet controller: 3Com Corporation 3c905C-TX [Fast Etherlink] (rev 116).
    VGA compatible controller: nVidia Corporation Riva TnT2 [NV5] (rev 17).

this second machine runs an identical 2.4.17 kernel to that of the first.

the most significant difference i see here is that the chipset is the amd
760mp rather than 760mpx which is purely a supposed improvement to the
south bridge 765->768.

so before i go tearing machines apart in hopes of debugging which piece of
hardware is the cause of this less than optimal behavior, would anyone care
to wager what the cause is?

-kelley


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2002-02-18 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-18 17:12 scsi abort 0x2002 and eth0: too much work on a dual amd 760mpx system Michael Kwasigroch
     [not found] <15466.45319.699865.592862@photon.alephnull.com>
2002-02-13 20:26 ` kelley eicher
  -- strict thread matches above, loose matches on Subject: below --
2002-02-11 18:02 kelley eicher
2002-02-13 15:59 ` kelley eicher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®