summaryrefslogtreecommitdiff
path: root/scripts/lib
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2024-12-12 00:47:04 +0300
committerChuck Lever <chuck.lever@oracle.com>2025-01-06 17:37:37 +0300
commit0b6e14242630ad5f65839b23400bd67c5166e2b4 (patch)
tree1c6f354b9f6cbf37dc2e61fac08d6e9dc255b1e4 /scripts/lib
parenta4b853f183a19a88ad635f9ae8ba97e7cb377a23 (diff)
downloadlinux-0b6e14242630ad5f65839b23400bd67c5166e2b4.tar.xz
nfsd: use an xarray to store v4.1 session slots
Using an xarray to store session slots will make it easier to change the number of active slots based on demand, and removes an unnecessary limit. To achieve good throughput with a high-latency server it can be helpful to have hundreds of concurrent writes, which means hundreds of slots. So increase the limit to 2048 (twice what the Linux client will currently use). This limit is only a sanity check, not a hard limit. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions