Home
last modified time | relevance | path

Searched hist:"8 cfb9015280d49f9d92d5b0f88cedf5f0856c0fd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dread.cdiff 8cfb9015280d49f9d92d5b0f88cedf5f0856c0fd Fri Aug 27 13:00:56 CDT 2021 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Always provide aligned buffers to the RPC read layers

Instead of messing around with XDR padding in the RDMA layer, we should
just give the RPC layer an aligned buffer. Try to avoid creating extra
RPC calls by aligning to the smaller value of ALIGN(len, rsize) and
PAGE_SIZE.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>