On Thu, Jan 12, 2012 at 9:17 AM, Mike Marciniszyn
<mike.marcinis...@qlogic.com> wrote:
>> Does this work on systems where the broken chipset might
>> not be the immediate parent of the qib device (ie there are
>> some PCIe switches in between)?

> The code figures this out at the top of routine and returns, changing nothing.

OIC.

Also I see

       if (parent->vendor != 0x8086)
                return 1;

so I guess you don't need another vendor check.

Although this might be better written as PCI_VENDOR_ID_INTEL instead of 0x8086.

I guess this is OK, although as Jason said it would be much better
if the PCI core knew about these chipset errata.

 - R.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to