diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-02-11 11:24:16 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-02-13 11:42:17 -0500 |
commit | 7be9cea3600ba24f45733f823cb4ecb5a40f5db7 (patch) | |
tree | 9c6fadf1ca63c7f2afd56293094f8484c641586d /fs/nfs/nfs2xdr.c | |
parent | 5582863f450ca44c472dbf4812a62f4e0e68b0c8 (diff) | |
download | linux-7be9cea3600ba24f45733f823cb4ecb5a40f5db7.tar.bz2 |
SUNRPC: Add trace event that reports reply page vector alignment
We don't want READ payloads that are partially in the head iovec and
in the page buffer because this requires pull-up, which can be
expensive.
The NFS/RPC client tries hard to predict the size of the head iovec
so that the incoming READ data payload lands only in the page
vector, but it doesn't always get it right. To help diagnose such
problems, add a trace point in the logic that decodes READ-like
operations that reports whether pull-up is being done.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/nfs2xdr.c')
0 files changed, 0 insertions, 0 deletions