prabhu.murugeshan(a)ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/533219 )
Change subject: Added new config parameter (readdir_res_size) to improve readdir
performance. The default value of readdir_res_size is 0, it means use the maxcount value
from nfs request. The range of readdir_res_size is 4096-32768. Possible values are
4096,8192, 16384 and 32768. Recommanded value is 16384(16K) if readdir operation performed
on directory which has more files.
......................................................................
Added new config parameter (readdir_res_size) to improve
readdir performance. The default value of readdir_res_size is 0,
it means use the maxcount value from nfs request. The range of
readdir_res_size is 4096-32768. Possible values are 4096,8192,
16384 and 32768.
Recommanded value is 16384(16K) if readdir operation performed
on directory which has more files.
Change-Id: I5b110236c7872eb2d9d9e0d08b421acb159a4212
Signed-off-by: Prabhu Murugesan <prabhu.murugeshan(a)ibm.com>
---
M src/doc/man/ganesha-core-config.rst
M src/support/nfs_read_conf.c
M src/config_samples/config.txt
M src/Protocols/NFS/nfs3_readdirplus.c
M src/include/gsh_config.h
M src/Protocols/NFS/nfs4_op_readdir.c
6 files changed, 40 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/19/533219/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/533219
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I5b110236c7872eb2d9d9e0d08b421acb159a4212
Gerrit-Change-Number: 533219
Gerrit-PatchSet: 1
Gerrit-Owner: prabhu.murugeshan(a)ibm.com
Gerrit-MessageType: newchange