summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAndy Adamson <andros@netapp.com>2009-12-15 12:55:02 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-15 13:58:42 -0500
commit68bf05efb7facbcf4a7b8d6b48a0800a90895511 (patch)
tree200e0a6b376bda123adc1b1b13d148f8bba0b896 /tools/perf/scripts/python/net_dropmonitor.py
parenta5523b84c40d34d2c30b45096fbb099b98e4b5a3 (diff)
downloadkernel-68bf05efb7facbcf4a7b8d6b48a0800a90895511.tar.gz
nfs41: fix session fore channel negotiation
If the rsize or wsize is not set on the mount command, negotiate the highest supported rsize and wsize in session creation. Fixes a bug where the client negotiated nfs41_maxwrite_overhead as ca_maxrequestsize and nfs41_maxread_overhead as ca_maxresponsesize resulting in NFS4ERR_REQ_TOO_BIG errors on writes. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
action-times scriptTony Jones 2014-11-03perf tools: Add call information to Python exportAdrian Hunter 2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter 2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira 2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang 2011-09-29perf script: Add drop monitor scriptNeil Horman 2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo 2010-11-10perf trace scripting: remove system-wide param from shell scriptsTom Zanussi 2010-10-26perf python scripting: Add futex-contention scriptArnaldo Carvalho de Melo 2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings 2010-09-07perf: Add a script to show packets processingKoki Sanagi 2010-08-02perf: New migration tool overviewFrederic Weisbecker 2010-05-10perf/trace/scripting: syscall-counts script cleanupTom Zanussi 2010-05-10perf/trace/scripting: syscall-counts-by-pid script cleanupTom Zanussi 2010-05-10perf/trace/scripting: failed-syscalls-by-pid script cleanupTom Zanussi 2010-04-30perf: Remove leftover useless options to record trace events from scriptsFrederic Weisbecker 2010-04-14perf trace/scripting: Enable scripting shell scripts for live modeTom Zanussi 2010-04-14perf trace/scripting: Add rwtop and sctop scriptsTom Zanussi 2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi