Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191483?usp=email )
Change subject: Introducing Connection Manager module.
......................................................................
Introducing Connection Manager module.
This module aims to mitigate the Out-Of-Order scenario described in https://www.rfc-editor.org/rfc/rfc8881.html#section-2.10.6-6
See more details in connection_manager.h file.
Change-Id: I7a1c672beef487f214e9d59f66c9dc92db6578cd
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/RPCAL/CMakeLists.txt
A src/RPCAL/connection_manager.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/client_mgr.h
A src/include/connection_manager.h
M src/include/gsh_config.h
M src/include/xprt_handler.h
M src/support/nfs_read_conf.c
9 files changed, 820 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/83/1191483/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191483?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I7a1c672beef487f214e9d59f66c9dc92db6578cd
Gerrit-Change-Number: 1191483
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191107?usp=email )
Change subject: src/RPCAL/connection_manager.c: Added drain_and_disconnect method, to be called by ECFS_FSAL.
......................................................................
src/RPCAL/connection_manager.c: Added drain_and_disconnect method, to be called by ECFS_FSAL.
Change-Id: Iaa57be6c0f22b32efefdde9c7974f3dba2217484
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/MainNFSD/libganesha_nfsd.ver
M src/RPCAL/connection_manager.c
M src/include/connection_manager.h
3 files changed, 190 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/07/1191107/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191107?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Iaa57be6c0f22b32efefdde9c7974f3dba2217484
Gerrit-Change-Number: 1191107
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191101?usp=email )
Change subject: src/RPCAL/connection_manager.c: Added drain callbacks to be registered by FSAL_ECFS.
......................................................................
src/RPCAL/connection_manager.c: Added drain callbacks to be registered by FSAL_ECFS.
Change-Id: I37f1b8b7314261b3e785c54215d98751e7a8a4f1
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/MainNFSD/libganesha_nfsd.ver
M src/RPCAL/connection_manager.c
M src/include/connection_manager.h
3 files changed, 86 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/01/1191101/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1191101?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I37f1b8b7314261b3e785c54215d98751e7a8a4f1
Gerrit-Change-Number: 1191101
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>