diff options
author | Sebastian Sanchez <sebastian.sanchez@intel.com> | 2017-10-02 21:04:41 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-10-04 22:39:45 +0300 |
commit | 7ebfc93edcefa0c4c09f194ebdace9ddae15efa6 (patch) | |
tree | 6af0161b7852ea5489b5bde2ab650df0648001b9 /fs/afs | |
parent | a917374e8a20cdfbaaaaaa2b01331dc063d38848 (diff) | |
download | linux-7ebfc93edcefa0c4c09f194ebdace9ddae15efa6.tar.xz |
IB/rdmavt: Correct issues with read-mostly and send size cache lines
The s_ahgpsn was incorrectly placed in the read-mostly section of the QP
and the s_curr_size and s_hdrwords are oversized. The misplaced
s_ahgpsn will cause the read-mostly cachelines to thrash.
Place s_ahgpsn in the send side cache lines and correctly size and
s_hdrwords and s_cur_size to keep the send side cachelines at the same
size.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'fs/afs')
0 files changed, 0 insertions, 0 deletions