NTB: Improve performance with write combining
authorDave Jiang <dave.jiang@intel.com>
Tue, 19 May 2015 20:45:46 +0000 (16:45 -0400)
committerJon Mason <jdmason@kudzu.us>
Sat, 4 Jul 2015 18:09:21 +0000 (14:09 -0400)
commit06917f753547e6bba8a5d17f79971d1c071a70dd
treec7dd7a7c0e94bd380a1c89d7d14e5c600c15ad78
parent0e041fb5369975c183d22ffeb156ea0dae760088
NTB: Improve performance with write combining

Changing the memory window BAR mappings to write combining significantly
boosts the performance.  We will also use memcpy that uses non-temporal
store, which showed performance improvement when doing non-cached
memcpys.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/ntb_transport.c