Solomon Boulos has uploaded this change for review.

View Change

ProxyV3: Make the number of sockets configurable.

If you have a lot of latency and enough parallelism, its probably
convenient to have lots of backend sockets for the proxy. It was
easy enough to move the rpc_init into the config_init for the FSAL.

I'm still defaulting it to 32, limiting this to ~1000 (the number of
privileged ports is system dependent, but 1000 is a lot).

Change-Id: I9f41eb1d5ded5105e7da43cead9085745cc65f0f
Signed-off-by: Solomon Boulos <boulos@google.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/proxyv3_fsal_methods.h
M src/FSAL/FSAL_PROXY_V3/rpc.c
3 files changed, 40 insertions(+), 19 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/68/511468/1

To view, visit change 511468. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I9f41eb1d5ded5105e7da43cead9085745cc65f0f
Gerrit-Change-Number: 511468
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos@google.com>
Gerrit-MessageType: newchange