From: David Dillow Date: Fri, 26 Nov 2010 20:34:46 +0000 (-0500) Subject: IB/srp: consolidate hot-path variables into cache lines X-Git-Tag: v2.6.38-rc1~406^2^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af762719e8f8fa282de02997dced593030eb238;p=pandora-kernel.git IB/srp: consolidate hot-path variables into cache lines Put the variables accessed together in the hot-path into common cachelines, and separate them by RW vs RO to avoid false dirtying. We keep a local copy of the lkey and rkey in the target to avoid traversing pointers (and associated cache lines) to find them. Reviewed-by: Bart Van Assche Signed-off-by: David Dillow --- Reading git-diff-tree failed