]> git.baikalelectronics.ru Git - kernel.git/commit
IB/qib: Roll back PCIe tuning change
authorMike Marciniszyn <mike.marciniszyn@qlogic.com>
Fri, 13 Jan 2012 02:29:59 +0000 (21:29 -0500)
committerRoland Dreier <roland@purestorage.com>
Fri, 27 Jan 2012 18:03:38 +0000 (10:03 -0800)
commitab750a264ca289b5ca0232b29a084f6b1f13c91d
tree28f767fddce244d327386a71f256d6ba585a9cf5
parent9af4055a12cd5f510084af7b3aee3175e8a0607f
IB/qib: Roll back PCIe tuning change

Commit a1383cfd7 ("IB/qib: Default some module parameters optimally")
introduced an issue with older root complexes.  They cannot handle the
pcie_caps of 0x51 (MaxReadReq 4096, MaxPayload=256).

A typical diagnostic in this situation reported by syslog contains
the text:

  [PCIe Poisoned TLP][Send DMA memory read]

Restore the module paramter default to zero with will avoid any
changes in the root complex.

Reviewed-by: Mark Debbage <mark.debbage@qlogic.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/qib/qib_pcie.c