Skip to content
Commit e1d60ec6 authored by Roland Dreier's avatar Roland Dreier Committed by Roland Dreier
Browse files

IB/mlx4: Use pgprot_writecombine() for BlueFlame pages



The PAT work on x86 has finally made pgprot_writecombine() a usable API
for modular drivers.  As the comment indicates, this is exactly what we
want to use in mlx4_ib to map BlueFlame pages up to userspace, since
using WC for these pages improves small message latency significantly.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 5d80f8e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment