On Fri, 14 May 2010 15:59:11 -0700
Mike Travis <travis@xxxxxxx> wrote:
Jesse Barnes wrote:On Fri, 14 May 2010 15:34:01 -07002.6.35 would be fine. It's the acceptance that's the key.
Mike Travis <travis@xxxxxxx> wrote:
Jesse Barnes wrote:Wow and they're using cards that want to use I/O space? Funky. It'sOn Thu, 13 May 2010 14:02:30 -0600We have customers that want to install more than 16 PCI-e cards right
Bjorn Helgaas <bjorn.helgaas@xxxxxx> wrote:
Yeah, that would be good. Mike, have you looked at this at all?IMHO, we should fix both.This issue is not specific to x86, so I don't really like havingI agree this isn't a x86 specific issue but given the 'norom'
the implementation be x86-specific.
cmdline option is basically doing the same thing (but for pci
Expansion ROM BARs) this code was modeled after it.
Also, to clarify, this isn't affecting users today, right? Or do you
need all this I/O space for multiple IOHs and the drivers that bind to
them in current UV systems?
now. Our window of opportunity closes very soon (days), so either this
patch makes it in as is (or something close), or we wait for another
release cycle. UV shipments start this month.
[I wouldn't mind working on an improvement for later.]
too late to get this into 2.6.34, but that can't be what you were
expecting... I don't see a problem with getting something like this in
for 2.6.35.
And yes, we're using standard cards like everyone else... ;-)
[The message is "UV" is just a really, really big PC. ;-)]
I would appreciate however, some more detail on what's the goal of the
updates to "fix both". Thanks!
As Bjorn noted, both the norom and nobar options are listed as x86
specific in the documentation and use x86 specific flags and code to
prevent their respective allocations.
It would be good if we could move the flags and code to the common PCI
layer in drivers/pci so that other arches could take advantage of it,
and we could have less resource management fragmentation.