From: Arthur Kepner Date: Tue, 17 Oct 2006 03:22:35 +0000 (-0700) Subject: IB/mthca: Use mmiowb after doorbell ring X-Git-Tag: v2.6.19-rc3~138^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5c23e2c10d642a23aa3ebb449670a5184b6aab;p=pandora-kernel.git IB/mthca: Use mmiowb after doorbell ring We discovered a problem when running IPoIB applications on multiple CPUs on an Altix system. Many messages such as: ib_mthca 0002:01:00.0: SQ 000014 full (19941644 head, 19941707 tail, 64 max, 0 nreq) appear in syslog, and the driver wedges up. Apparently this is because writes to the doorbells from different CPUs reach the device out of order. The following patch adds mmiowb() calls after doorbell rings to ensure the doorbell writes are ordered. Signed-off-by: Arthur Kepner Signed-off-by: Roland Dreier --- Reading git-diff-tree failed