IB/srp: consolidate hot-path variables into cache lines
authorDavid Dillow <dillowda@ornl.gov>
Fri, 26 Nov 2010 20:34:46 +0000 (15:34 -0500)
committerDavid Dillow <dillowda@ornl.gov>
Mon, 10 Jan 2011 20:44:51 +0000 (15:44 -0500)
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 <bvanassche@acm.org>
Signed-off-by: David Dillow <dillowda@ornl.gov>

No differences found