Gaurav has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1199665?usp=email )
Change subject: Fix XDR_GETPOS for RDMA
......................................................................
Fix XDR_GETPOS for RDMA
Use XDR_GETSTARTDATAPOS and XDR_GETENDDATAPOS for NFS writes.
For RDMA data offsets are not inline, since we use seperate
buffers for rdma_reads.
If there buf1 and buf2
buf1 will have all compound ops including WRITE.
buf2 will have data read using rdma_read for WRITE.
Need tirpc pull
https://github.com/nfs-ganesha/ntirpc/pull/314
Change-Id: If33cd2c636325e913315a7fd9b6e5ff37b2add66
Signed-off-by: Gaurav Gangalwar <gaurav.gangalwar(a)nutanix.com>
---
M src/RPCAL/rpc_tools.c
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/65/1199665/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1199665?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: If33cd2c636325e913315a7fd9b6e5ff37b2add66
Gerrit-Change-Number: 1199665
Gerrit-PatchSet: 1
Gerrit-Owner: Gaurav <gaurav.gangalwar(a)gmail.com>