deeraj.patil(a)ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240633?usp=email )
Change subject: Xcopy : Async : COPY_OFFLOAD, callback.
......................................................................
Xcopy : Async : COPY_OFFLOAD, callback.
SAL : Add COPY_OFFLOAD state type identifier.
SAL : Introduce copy_offload_state structure, per-copy offload state
bookkeeping to track progress, and callback context for
asynchronous COPY operations the same will be used for future
implemnatation extension for offload_status and offload_cancel as well.
NFSv4 : Added/Enabled COPY_OFFLOAD/CB_OFFLOAD codec
Async : Config parameter for Async enable/disable.
Config parameter for Minimum offload size for async handling.
Async : Added Fridger for async handling of OP_COPY along with global
config of number of async ops can in progress at a given moment,rest
will be handled in sync manner.
Async : Hooked into init and shutdown for fridger handling so runtime
cancelling the ongoing operation during shutdown.
Change-Id: If832acfe145fc61405c9745f4907a1f7f0e82423
Signed-off-by: Deeraj.Patil <Deeraj.Patil(a)ibm.com>
---
M src/MainNFSD/nfs_admin_thread.c
M src/MainNFSD/nfs_init.c
M src/Protocols/NFS/nfs4_op_copy.c
M src/SAL/nfs4_state_id.c
M src/include/fridgethr.h
M src/include/gsh_config.h
M src/include/nfsv41.h
M src/include/sal_data.h
M src/include/sal_shared.h
M src/support/nfs_read_conf.c
10 files changed, 1,330 insertions(+), 45 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/33/1240633/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240633?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: If832acfe145fc61405c9745f4907a1f7f0e82423
Gerrit-Change-Number: 1240633
Gerrit-PatchSet: 1
Gerrit-Owner: deeraj.patil(a)ibm.com