summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-12-04 09:56:24 -0500
committerChuck Lever <chuck.lever@oracle.com>2024-01-07 17:54:28 -0500
commit5ef6c666764151095346c18966b8720146a33719 (patch)
treefcb76c50c4a7bb6925206ccdb2293c8a17ecfa08 /init
parent2dd6e29a3ea86ce51404589fd99597cd4dd0cd41 (diff)
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
SG_CHUNK_SIZE is 128, making struct svc_rdma_rw_ctxt + the first SGL array more than 4200 bytes in length, pushing the memory allocation well into order 1. Even so, the RDMA rw core doesn't seem to use more than max_send_sge entries in that array (typically 32 or less), so that is all wasted space. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions