IB/ipath: Performance optimization for CPU differences
authorRalph Campbell <ralph.campbell@qlogic.com>
Tue, 24 Jul 2007 20:55:39 +0000 (13:55 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 10 Oct 2007 03:04:14 +0000 (20:04 -0700)
Different processors have different ordering restrictions for write
combining.  By taking advantage of this, we can eliminate some write
barriers when writing to the send buffers.

Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found