Frank Filz has uploaded this change for review.

View Change

WIP - Make write path use iovec all the way through

Use the new io_data xdr type and pass iovec through the protocol layer.

This will enable zero copy.

Change-Id: I98003125eb9d877e50ebaffa974e08dd2ba73776
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V4/fsal_nfsv4_macros.h
M src/FSAL/FSAL_PROXY_V4/handle.c
M src/Protocols/9P/9p_write.c
M src/Protocols/NFS/nfs3_write.c
M src/Protocols/NFS/nfs4_op_write.c
M src/Protocols/XDR/xdr_nfs23.c
M src/gtest/fsal_api/test_commit2_latency.cc
M src/gtest/fsal_api/test_read2_latency.cc
M src/gtest/fsal_api/test_write2_latency.cc
M src/include/fsal_api.h
M src/include/nfs23.h
M src/include/nfsv41.h
13 files changed, 59 insertions(+), 55 deletions(-)

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

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

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I98003125eb9d877e50ebaffa974e08dd2ba73776
Gerrit-Change-Number: 1194520
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx@mindspring.com>