• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Kinda OT Question inside

I know this is kinda OT, but it does relate to getting more speed, so I guess it's okay 🙂

Suppose I have a file server, and is crunched pretty hard, and I have the 1 (and only) nic sharing it's IRQ with the IRQ of the SCSI Raid card.
Would performance suffer any, since they're both being sharing the same IRQ channel?
 
Ok, see

The PCI bus uses its own internal interrupt system for dealing with requests from the cards on the bus. It's usually not seen except in the bios where it is configurable. When the interrupts are needed, they are mapped through IRQ 9-12. And of course as you remember, IRQ 9-12 are mapped through IRQ 2.

The PCI slots in most systems can be mapped to at most four regular IRQs. In systems that have more than four PCI slots, or that have four slots and a USB controller (which uses PCI), two or more of the PCI devices share an IRQ. PCI Steering is used in Win 95 OSR2 and above. This enables the IRQ used for PCI devices to be controlled by the operating system to avoid resource problems.

Now we come to PCI Bus Mastering. Bus mastering is the capability of devices on the PCI bus (other than the system chipset, of course) to take control of the bus and perform transfers directly.

PCI supports full device bus mastering, and provides bus arbitration facilities through the system chipset. PCI's design allows bus mastering of multiple devices on the bus simultaneously, with the arbitration circuitry working to ensure that no device on the bus locks out any other device. At the same time though, it allows any given device to use the full bus throughput if no other device needs to transfer anything.


From PCGuide
 
But can the software that MS writes, fully take advantage of the chipsets IRQ handleing abilities.
Ive recently made a experimental switch to "Standard PC" from ACPI manager.
Only a standalone 2k box tho.
So
only my 2
 
But can the software that MS writes, fully take advantage of the chipsets IRQ handleing abilities.
Ive recently made a experimental switch to "Standard PC" from ACPI manager.
Only a standalone 2k box tho.
So
only my 2
 
Back
Top