* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
[not found] ` <5MyAS-5zh-5@gated-at.bofh.it>
@ 2006-03-07 0:15 ` Robert Hancock
2006-04-02 7:51 ` Joerg Bashir
0 siblings, 1 reply; 28+ messages in thread
From: Robert Hancock @ 2006-03-07 0:15 UTC (permalink / raw)
To: linux-kernel
Michael Monnerie wrote:
> On Freitag, 3. März 2006 23:23 Jeff Garzik wrote:
>> I'll happen but not soon. Motivation is low at NV and here as well,
>> since newer NV is AHCI. The code in question, "NV ADMA", is
>> essentially legacy at this point -- though I certainly acknowledge
>> the large current installed base. Just being honest about the
>> current state of things...
>
> I'd like to raise motivation a lot because most MB sold here (central
> Europe) are Nforce4 with Athlon64x2 at the moment. It would be nice
> from vendors if they support OSS developers more, as it's their
> interest to have good drivers.
I second that.. It appears that nForce4 will continue to be a popular
chipset even after the Socket AM2 chips are released, so the demand for
this (and for NCQ support as well, likely) will only increase.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
^ permalink raw reply [flat|nested] 28+ messages in thread* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-07 0:15 ` PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution Robert Hancock
@ 2006-04-02 7:51 ` Joerg Bashir
2006-04-02 8:00 ` Muli Ben-Yehuda
2006-04-02 11:16 ` Andi Kleen
0 siblings, 2 replies; 28+ messages in thread
From: Joerg Bashir @ 2006-04-02 7:51 UTC (permalink / raw)
To: Robert Hancock; +Cc: linux-kernel, ak, jgarzik, mulix
Robert Hancock wrote:
> Michael Monnerie wrote:
>
>> On Freitag, 3. März 2006 23:23 Jeff Garzik wrote:
>>
>>> I'll happen but not soon. Motivation is low at NV and here as well,
>>> since newer NV is AHCI. The code in question, "NV ADMA", is
>>> essentially legacy at this point -- though I certainly acknowledge
>>> the large current installed base. Just being honest about the
>>> current state of things...
>>
>>
>> I'd like to raise motivation a lot because most MB sold here (central
>> Europe) are Nforce4 with Athlon64x2 at the moment. It would be nice
>> from vendors if they support OSS developers more, as it's their
>> interest to have good drivers.
>
>
> I second that.. It appears that nForce4 will continue to be a popular
> chipset even after the Socket AM2 chips are released, so the demand for
> this (and for NCQ support as well, likely) will only increase.
>
I'll third it. Just had another machine blow up it's RAID5 set because
of this bug. Tyan S2895 board, 4 500GB Hitachi SATA drives in RAID5. I
suppose I could buy a 3ware controller I suppose but that's a few
hundred dollars per machine.
These machines are running SUSE 9.3 or SUSE 10, I've tried kernel.org
kernels as well as the iommu=memaper=3 cmdline option.
Any other advice greatly appreciated.
I saw a lot of patches come through by Muli but am not sure they address
this issue, do they?
--Joerg
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-04-02 7:51 ` Joerg Bashir
@ 2006-04-02 8:00 ` Muli Ben-Yehuda
2006-04-02 8:24 ` Joerg Bashir
2006-04-02 11:16 ` Andi Kleen
1 sibling, 1 reply; 28+ messages in thread
From: Muli Ben-Yehuda @ 2006-04-02 8:00 UTC (permalink / raw)
To: Joerg Bashir; +Cc: Robert Hancock, linux-kernel, ak, jgarzik
On Sat, Apr 01, 2006 at 11:51:26PM -0800, Joerg Bashir wrote:
> I saw a lot of patches come through by Muli but am not sure they address
> this issue, do they?
No, I'm afraid not - our patches are to support a different
IOMMU, and it looks like this problem is gart specific. I'll go dig
through the archive, but is there consensus on how to solve this bug
and it's just a question of doing the work, or is the root cause
unknown?
Cheers,
Muli
--
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-04-02 8:00 ` Muli Ben-Yehuda
@ 2006-04-02 8:24 ` Joerg Bashir
0 siblings, 0 replies; 28+ messages in thread
From: Joerg Bashir @ 2006-04-02 8:24 UTC (permalink / raw)
To: Muli Ben-Yehuda; +Cc: Robert Hancock, linux-kernel, ak, jgarzik
Muli Ben-Yehuda wrote:
> On Sat, Apr 01, 2006 at 11:51:26PM -0800, Joerg Bashir wrote:
>
>
>>I saw a lot of patches come through by Muli but am not sure they address
>>this issue, do they?
>
>
> No, I'm afraid not - our patches are to support a different
> IOMMU, and it looks like this problem is gart specific. I'll go dig
> through the archive, but is there consensus on how to solve this bug
> and it's just a question of doing the work, or is the root cause
> unknown?
I'm unsure. Here is an earlier message from this thread with info and a
glimmer of hope.
------------------------------------
Andi Kleen wrote:
> On Friday 03 March 2006 22:27, Allen Martin wrote:
>
>
>> nForce4 has 64 bit (40 bit AMD64) DMA in the SATA controller. We gave
>> the docs to Jeff Garzik under NDA. He posted some non functional driver
>> code to linux-ide earlier this week that has the 64 bit registers and
>> structures although it doesn't make use of them. Someone could pick
>> this up if they wanted to work on it though.
>
>
>
> Thanks for the correction. Sounds nice - hopefully we'll get a driver
soon.
> I guess it's in good hands with Jeff for now.
I'll happen but not soon. Motivation is low at NV and here as well,
since newer NV is AHCI. The code in question, "NV ADMA", is essentially
legacy at this point -- though I certainly acknowledge the large current
installed base. Just being honest about the current state of things...
Jeff
>
> Cheers,
> Muli
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-04-02 7:51 ` Joerg Bashir
2006-04-02 8:00 ` Muli Ben-Yehuda
@ 2006-04-02 11:16 ` Andi Kleen
1 sibling, 0 replies; 28+ messages in thread
From: Andi Kleen @ 2006-04-02 11:16 UTC (permalink / raw)
To: Joerg Bashir; +Cc: Robert Hancock, linux-kernel, jgarzik, mulix
On Sunday 02 April 2006 09:51, Joerg Bashir wrote:
> Robert Hancock wrote:
> > Michael Monnerie wrote:
> >
> >> On Freitag, 3. März 2006 23:23 Jeff Garzik wrote:
> >>
> >>> I'll happen but not soon. Motivation is low at NV and here as well,
> >>> since newer NV is AHCI. The code in question, "NV ADMA", is
> >>> essentially legacy at this point -- though I certainly acknowledge
> >>> the large current installed base. Just being honest about the
> >>> current state of things...
> >>
> >>
> >> I'd like to raise motivation a lot because most MB sold here (central
> >> Europe) are Nforce4 with Athlon64x2 at the moment. It would be nice
> >> from vendors if they support OSS developers more, as it's their
> >> interest to have good drivers.
> >
> >
> > I second that.. It appears that nForce4 will continue to be a popular
> > chipset even after the Socket AM2 chips are released, so the demand for
> > this (and for NCQ support as well, likely) will only increase.
> >
>
> I'll third it. Just had another machine blow up it's RAID5 set because
> of this bug. Tyan S2895 board, 4 500GB Hitachi SATA drives in RAID5. I
> suppose I could buy a 3ware controller I suppose but that's a few
> hundred dollars per machine.
>
> These machines are running SUSE 9.3 or SUSE 10, I've tried kernel.org
> kernels as well as the iommu=memaper=3 cmdline option.
You either have an IOMMU leak or very deep block device queues that overflow
the aperture. You can either increase it even more or try to reduce
the block queue lengths using the sysfs knobs (/sys/block/*/queue/)
The maximum memory pinned by all the block queues must be smaller than
the IOMMU aperture minus some slack for other devices.
If it's a leak someone has to debug it.
Or alternatively someone fixes the driver that can run the NForce4
controller without 4GB limits. If you still have a leak somewhere that won't
help of course.
Queue overflow is more likely.
-Andi
^ permalink raw reply [flat|nested] 28+ messages in thread
* RE: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
@ 2006-03-03 21:27 Allen Martin
2006-03-03 22:12 ` Andi Kleen
0 siblings, 1 reply; 28+ messages in thread
From: Allen Martin @ 2006-03-03 21:27 UTC (permalink / raw)
To: Andi Kleen, Chris Wedgwood; +Cc: Michael Monnerie, linux-kernel, suse-linux-e
> > On Thu, Mar 02, 2006 at 02:03:48AM +0100, Andi Kleen wrote:
> >
> > > Nvidia hardware SATA cannot directly DMA to > 4GB, so it has to go
> > > through the IOMMU.
> >
> > do you know if that is an actual hardware limitation or simply a
> > something we don't know how to do for lack of docs?
>
> I assume that's a hardware limitation. I guess they'll move to AHCI
> at some point though - that should fix that.
nForce4 has 64 bit (40 bit AMD64) DMA in the SATA controller. We gave
the docs to Jeff Garzik under NDA. He posted some non functional driver
code to linux-ide earlier this week that has the 64 bit registers and
structures although it doesn't make use of them. Someone could pick
this up if they wanted to work on it though.
-Allen
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-03 21:27 Allen Martin
@ 2006-03-03 22:12 ` Andi Kleen
2006-03-03 22:23 ` Jeff Garzik
0 siblings, 1 reply; 28+ messages in thread
From: Andi Kleen @ 2006-03-03 22:12 UTC (permalink / raw)
To: Allen Martin, Jeff Garzik
Cc: Chris Wedgwood, Michael Monnerie, linux-kernel, suse-linux-e
On Friday 03 March 2006 22:27, Allen Martin wrote:
> nForce4 has 64 bit (40 bit AMD64) DMA in the SATA controller. We gave
> the docs to Jeff Garzik under NDA. He posted some non functional driver
> code to linux-ide earlier this week that has the 64 bit registers and
> structures although it doesn't make use of them. Someone could pick
> this up if they wanted to work on it though.
Thanks for the correction. Sounds nice - hopefully we'll get a driver soon.
I guess it's in good hands with Jeff for now.
-Andi
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-03 22:12 ` Andi Kleen
@ 2006-03-03 22:23 ` Jeff Garzik
2006-03-03 22:32 ` Andi Kleen
2006-03-04 6:34 ` Michael Monnerie
0 siblings, 2 replies; 28+ messages in thread
From: Jeff Garzik @ 2006-03-03 22:23 UTC (permalink / raw)
To: Andi Kleen
Cc: Allen Martin, Chris Wedgwood, Michael Monnerie, linux-kernel,
suse-linux-e
Andi Kleen wrote:
> On Friday 03 March 2006 22:27, Allen Martin wrote:
>
>
>>nForce4 has 64 bit (40 bit AMD64) DMA in the SATA controller. We gave
>>the docs to Jeff Garzik under NDA. He posted some non functional driver
>>code to linux-ide earlier this week that has the 64 bit registers and
>>structures although it doesn't make use of them. Someone could pick
>>this up if they wanted to work on it though.
>
>
> Thanks for the correction. Sounds nice - hopefully we'll get a driver soon.
> I guess it's in good hands with Jeff for now.
I'll happen but not soon. Motivation is low at NV and here as well,
since newer NV is AHCI. The code in question, "NV ADMA", is essentially
legacy at this point -- though I certainly acknowledge the large current
installed base. Just being honest about the current state of things...
Jeff
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-03 22:23 ` Jeff Garzik
@ 2006-03-03 22:32 ` Andi Kleen
2006-03-04 6:34 ` Michael Monnerie
1 sibling, 0 replies; 28+ messages in thread
From: Andi Kleen @ 2006-03-03 22:32 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Allen Martin, Chris Wedgwood, Michael Monnerie, linux-kernel
On Friday 03 March 2006 23:23, Jeff Garzik wrote:
> Andi Kleen wrote:
> > On Friday 03 March 2006 22:27, Allen Martin wrote:
> >>nForce4 has 64 bit (40 bit AMD64) DMA in the SATA controller. We gave
> >>the docs to Jeff Garzik under NDA. He posted some non functional driver
> >>code to linux-ide earlier this week that has the 64 bit registers and
> >>structures although it doesn't make use of them. Someone could pick
> >>this up if they wanted to work on it though.
> >
> > Thanks for the correction. Sounds nice - hopefully we'll get a driver
> > soon. I guess it's in good hands with Jeff for now.
>
> I'll happen but not soon. Motivation is low at NV and here as well,
> since newer NV is AHCI. The code in question, "NV ADMA", is essentially
> legacy at this point
NForce4s are used widely in new shipping systems so I wouldn't
exactly call them legacy.
> -- though I certainly acknowledge the large current
> installed base. Just being honest about the current state of things...
How much work would it be to finish the prototype driver you have?
-Andi
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-03 22:23 ` Jeff Garzik
2006-03-03 22:32 ` Andi Kleen
@ 2006-03-04 6:34 ` Michael Monnerie
1 sibling, 0 replies; 28+ messages in thread
From: Michael Monnerie @ 2006-03-04 6:34 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Andi Kleen, Allen Martin, Chris Wedgwood, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]
On Freitag, 3. März 2006 23:23 Jeff Garzik wrote:
> I'll happen but not soon. Motivation is low at NV and here as well,
> since newer NV is AHCI. The code in question, "NV ADMA", is
> essentially legacy at this point -- though I certainly acknowledge
> the large current installed base. Just being honest about the
> current state of things...
I'd like to raise motivation a lot because most MB sold here (central
Europe) are Nforce4 with Athlon64x2 at the moment. It would be nice
from vendors if they support OSS developers more, as it's their
interest to have good drivers.
For the moment, I'd recommend *against* using Nforce4 because of that
problems we had (and that caused us a lot of unpaid repairing work).
Hopefully NV does something quick to resolve the remaining issues,
especially as the 4GB "border" is hit more and more often.
mfg zmi
--
// Michael Monnerie, Ing.BSc --- it-management Michael Monnerie
// http://zmi.at Tel: 0660/4156531 Linux 2.6.11
// PGP Key: "lynx -source http://zmi.at/zmi2.asc | gpg --import"
// Fingerprint: EB93 ED8A 1DCD BB6C F952 F7F4 3911 B933 7054 5879
// Keyserver: www.keyserver.net Key-ID: 0x70545879
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
@ 2006-03-01 23:23 Michael Monnerie
2006-03-02 1:03 ` Andi Kleen
[not found] ` <200603021316.38077.ak@suse.de>
0 siblings, 2 replies; 28+ messages in thread
From: Michael Monnerie @ 2006-03-01 23:23 UTC (permalink / raw)
To: linux-kernel; +Cc: suse-linux-e, ak
[-- Attachment #1: Type: text/plain, Size: 4055 bytes --]
Hello, I use SUSE 10.0 with all updates and actual kernel 2.6.13-15.8 as
provided from SUSE (just self compiled to optimize for Athlon64, SMP,
and HZ=100), with an Asus A8N-E motherboard, and an Athlon64x2 CPU.
This host is used with VMware GSX server running 6 Linux client and one
Windows client host. There's a SW-RAID1 using 2 SATA HDs.
When we wanted to install a new client, and inserted a DVD into the PC,
it behaved like on drugs, showing the following output
in /var/log/warn:
Feb 28 15:19:30 baum kernel: rtc: lost some interrupts at 256Hz.
Feb 28 15:19:47 baum kernel: rtc: lost some interrupts at 256Hz.
Feb 28 15:20:26 baum kernel: rtc: lost some interrupts at 256Hz.
Feb 28 15:20:45 baum kernel: PCI-DMA: Out of IOMMU space for 225280
bytes at device 0000:00:08.0
Feb 28 15:20:45 baum kernel: end_request: I/O error, dev sda, sector
12248446
Feb 28 15:20:45 baum kernel: Operation continuing on 1 devices
Feb 28 15:20:45 baum kernel: PCI-DMA: Out of IOMMU space for 221184
bytes at device 0000:00:08.0
Feb 28 15:20:45 baum kernel: end_request: I/O error, dev sdb, sector
12248454
Feb 28 15:20:45 baum kernel: printk: 118 messages suppressed.
Feb 28 15:20:45 baum kernel: Buffer I/O error on device md0, logical
block 1004928
Feb 28 15:20:45 baum kernel: lost page write due to I/O error on md0
Feb 28 15:20:45 baum kernel: Buffer I/O error on device md0, logical
block 1004929
Feb 28 15:20:45 baum kernel: lost page write due to I/O error on md0
After that, the SW RAID stopped it's work, some VMware clients crashed
and so on. Not a good situation.
I found this in dmesg:
CPU 0: aperture @ b6c6000000 size 32 MB
Aperture from northbridge cpu 0 too small (32 MB)
No AGP bridge found
Your BIOS doesn't leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM
Mapping aperture over 65536 KB of RAM @ 8000000
PCI-DMA: Disabling AGP.
PCI-DMA: aperture base @ 8000000 size 65536 KB
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
The problem is, it's an ASUS A8N-E, and doesn't have AGP but PCI-Express
- and therefore no more BIOS setting for the AGP aperture size.
The kernel set that IOMMU to 64MB, but it still seems to small. There's
a kernel boot option "iommu=...", but using "iommu=off" lead to a
frozen system during boot, and "iommu=128M" didn't boot at all.
I found a message from Andi Kleen of SUSE suggesting using
"iommu=memaper=3", and that helped - at least until now. I just wanted
to say thank you for that, and document this fact here for others
possibly running into the same problem.
Output from the kernel source script "sh scripts/ver_linux":
Linux baum 2.6.13-15.8-ZMI #1 SMP Tue Feb 28 16:07:49 CET 2006 x86_64
x86_64 x86_64 GNU/Linux
Gnu C 4.0.2
Gnu make 3.80
binutils 2.16.91.0.2
util-linux 2.12q
mount 2.12q
module-init-tools 3.2-pre8
e2fsprogs 1.38
jfsutils 1.1.8
reiserfsprogs 3.6.18
reiser4progs line
xfsprogs 2.6.36
Linux C Library 2.3.5
Dynamic linker (ldd) 2.3.5
Linux C++ Library 6.0.6
Procps 3.2.5
Net-tools 1.60
Kbd 1.12
Sh-utils 5.3.0
udev 068
Modules Loaded vmnet vmmon joydev af_packet iptable_filter
ip_tables button battery ac ipv6 ide_cd cdrom sundance mii shpchp
pci_hotplug generic ehci_hcd i2c_nforce2 ohci_hcd usbcore i2c_core
dm_mod reiserfs raid1 fan thermal processor sg sata_nv libata amd74xx
sd_mod scsi_mod ide_disk ide_core
--
// Michael Monnerie, Ing.BSc --- it-management Michael Monnerie
// http://zmi.at Tel: 0660/4156531 Linux 2.6.11
// PGP Key: "lynx -source http://zmi.at/zmi2.asc | gpg --import"
// Fingerprint: EB93 ED8A 1DCD BB6C F952 F7F4 3911 B933 7054 5879
// Keyserver: www.keyserver.net Key-ID: 0x70545879
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-01 23:23 Michael Monnerie
@ 2006-03-02 1:03 ` Andi Kleen
2006-03-02 9:59 ` Jens Axboe
2006-03-03 8:16 ` Chris Wedgwood
[not found] ` <200603021316.38077.ak@suse.de>
1 sibling, 2 replies; 28+ messages in thread
From: Andi Kleen @ 2006-03-02 1:03 UTC (permalink / raw)
To: Michael Monnerie; +Cc: linux-kernel, suse-linux-e
On Thursday 02 March 2006 00:23, Michael Monnerie wrote:
> Hello, I use SUSE 10.0 with all updates and actual kernel 2.6.13-15.8 as
> provided from SUSE (just self compiled to optimize for Athlon64, SMP,
> and HZ=100), with an Asus A8N-E motherboard, and an Athlon64x2 CPU.
> This host is used with VMware GSX server running 6 Linux client and one
> Windows client host. There's a SW-RAID1 using 2 SATA HDs.
Nvidia hardware SATA cannot directly DMA to > 4GB, so it
has to go through the IOMMU. And in that kernel the Nforce
ethernet driver also didn't do >4GB access, although the ethernet HW
is theoretically capable.
Maybe VMware pins unusually much IO memory in flight (e.g. by using
a lot of O_DIRECT). That could potentially cause the IOMMU to fill up.
The RAID-1 probably also makes it worse because it will double the IO
mapping requirements.
Or you have a leak in some driver, but if the problem goes away
after enlarging the IOMMU that's unlikely.
What would probably help is to get a new SATA controller that can
access >4GB natively and at some point update to a newer kernel
with newer forcedeth driver. Or just run with the enlarged IOMMU.
-Andi
^ permalink raw reply [flat|nested] 28+ messages in thread* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-02 1:03 ` Andi Kleen
@ 2006-03-02 9:59 ` Jens Axboe
2006-03-03 8:16 ` Chris Wedgwood
1 sibling, 0 replies; 28+ messages in thread
From: Jens Axboe @ 2006-03-02 9:59 UTC (permalink / raw)
To: Andi Kleen; +Cc: Michael Monnerie, linux-kernel, suse-linux-e, Jeff Garzik
On Thu, Mar 02 2006, Andi Kleen wrote:
> On Thursday 02 March 2006 00:23, Michael Monnerie wrote:
> > Hello, I use SUSE 10.0 with all updates and actual kernel 2.6.13-15.8 as
> > provided from SUSE (just self compiled to optimize for Athlon64, SMP,
> > and HZ=100), with an Asus A8N-E motherboard, and an Athlon64x2 CPU.
> > This host is used with VMware GSX server running 6 Linux client and one
> > Windows client host. There's a SW-RAID1 using 2 SATA HDs.
>
> Nvidia hardware SATA cannot directly DMA to > 4GB, so it
> has to go through the IOMMU. And in that kernel the Nforce
> ethernet driver also didn't do >4GB access, although the ethernet HW
> is theoretically capable.
>
> Maybe VMware pins unusually much IO memory in flight (e.g. by using
> a lot of O_DIRECT). That could potentially cause the IOMMU to fill up.
> The RAID-1 probably also makes it worse because it will double the IO
> mapping requirements.
>
> Or you have a leak in some driver, but if the problem goes away
> after enlarging the IOMMU that's unlikely.
>
> What would probably help is to get a new SATA controller that can
> access >4GB natively and at some point update to a newer kernel
> with newer forcedeth driver. Or just run with the enlarged IOMMU.
libata should also handle this case better. Usually we just need to
defer command handling if the dma_map_sg() fails. Changing
ata_qc_issue() to return nsegments for success, 0 for defer failure, and
-1 for permanent failure should be enough. The SCSI path is easy at
least, as we can just ask for a defer there. The internal qc_issue is a
little more tricky.
The NCQ patches have logic to handle this, although for other reasons
(to avoid overlap between NCQ and non-NCQ commands). It could easily be
reused for this as well.
--
Jens Axboe
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-02 1:03 ` Andi Kleen
2006-03-02 9:59 ` Jens Axboe
@ 2006-03-03 8:16 ` Chris Wedgwood
2006-03-03 11:00 ` Andi Kleen
1 sibling, 1 reply; 28+ messages in thread
From: Chris Wedgwood @ 2006-03-03 8:16 UTC (permalink / raw)
To: Andi Kleen; +Cc: Michael Monnerie, linux-kernel, suse-linux-e
On Thu, Mar 02, 2006 at 02:03:48AM +0100, Andi Kleen wrote:
> Nvidia hardware SATA cannot directly DMA to > 4GB, so it has to go
> through the IOMMU.
do you know if that is an actual hardware limitation or simply a
something we don't know how to do for lack of docs?
> And in that kernel the Nforce ethernet driver also didn't do >4GB
> access, although the ethernet HW is theoretically capable.
hrm, again, with a lack of docs is that likely to occur anytime soon?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution
2006-03-03 8:16 ` Chris Wedgwood
@ 2006-03-03 11:00 ` Andi Kleen
0 siblings, 0 replies; 28+ messages in thread
From: Andi Kleen @ 2006-03-03 11:00 UTC (permalink / raw)
To: Chris Wedgwood; +Cc: Michael Monnerie, linux-kernel, suse-linux-e
On Friday 03 March 2006 09:16, Chris Wedgwood wrote:
> On Thu, Mar 02, 2006 at 02:03:48AM +0100, Andi Kleen wrote:
>
> > Nvidia hardware SATA cannot directly DMA to > 4GB, so it has to go
> > through the IOMMU.
>
> do you know if that is an actual hardware limitation or simply a
> something we don't know how to do for lack of docs?
I assume that's a hardware limitation. I guess they'll move to AHCI
at some point though - that should fix that.
>
> > And in that kernel the Nforce ethernet driver also didn't do >4GB
> > access, although the ethernet HW is theoretically capable.
>
> hrm, again, with a lack of docs is that likely to occur anytime soon?
That has been already fixed, just not in the kernel version Michael
is using.
-Andi
^ permalink raw reply [flat|nested] 28+ messages in thread
[parent not found: <200603021316.38077.ak@suse.de>]
end of thread, other threads:[~2006-04-02 11:22 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5Mq18-1Na-21@gated-at.bofh.it>
[not found] ` <5MqNc-2Y5-3@gated-at.bofh.it>
[not found] ` <5MqX4-39H-21@gated-at.bofh.it>
[not found] ` <5MyAS-5zh-5@gated-at.bofh.it>
2006-03-07 0:15 ` PCI-DMA: Out of IOMMU space on x86-64 (Athlon64x2), with solution Robert Hancock
2006-04-02 7:51 ` Joerg Bashir
2006-04-02 8:00 ` Muli Ben-Yehuda
2006-04-02 8:24 ` Joerg Bashir
2006-04-02 11:16 ` Andi Kleen
2006-03-03 21:27 Allen Martin
2006-03-03 22:12 ` Andi Kleen
2006-03-03 22:23 ` Jeff Garzik
2006-03-03 22:32 ` Andi Kleen
2006-03-04 6:34 ` Michael Monnerie
-- strict thread matches above, loose matches on Subject: below --
2006-03-01 23:23 Michael Monnerie
2006-03-02 1:03 ` Andi Kleen
2006-03-02 9:59 ` Jens Axboe
2006-03-03 8:16 ` Chris Wedgwood
2006-03-03 11:00 ` Andi Kleen
[not found] ` <200603021316.38077.ak@suse.de>
[not found] ` <4406E226.4050806@pobox.com>
2006-03-02 12:26 ` Andi Kleen
2006-03-02 12:31 ` Jens Axboe
2006-03-02 12:33 ` Jeff Garzik
[not found] ` <20060302123033.GL4329@suse.de>
2006-03-02 13:09 ` Andi Kleen
2006-03-02 13:10 ` Jens Axboe
2006-03-02 13:33 ` Andi Kleen
2006-03-02 13:33 ` Jens Axboe
2006-03-02 13:46 ` Andi Kleen
2006-03-02 13:49 ` Jens Axboe
2006-03-02 13:58 ` Andi Kleen
2006-03-02 14:14 ` Jens Axboe
2006-03-02 14:35 ` Andi Kleen
2006-03-02 14:38 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox