Searched hist:"76 e5492b161f555c0fb69cad9eb39a7d8467f5fe" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfsxdr.c | diff 76e5492b161f555c0fb69cad9eb39a7d8467f5fe Thu Nov 05 09:24:19 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Have the NFSD encoders annotate the boundaries of every direct-data-placement eligible result data payload. Then change svcrdma to use that annotation instead of the xdr->page_len when handling Write chunks.
For NFSv4 on RDMA, that enables the ability to recognize multiple result payloads per compound. This is a pre-requisite for supporting multiple Write chunks per RPC transaction.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|
H A D | nfs3xdr.c | diff 76e5492b161f555c0fb69cad9eb39a7d8467f5fe Thu Nov 05 09:24:19 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Have the NFSD encoders annotate the boundaries of every direct-data-placement eligible result data payload. Then change svcrdma to use that annotation instead of the xdr->page_len when handling Write chunks.
For NFSv4 on RDMA, that enables the ability to recognize multiple result payloads per compound. This is a pre-requisite for supporting multiple Write chunks per RPC transaction.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|
H A D | nfs4xdr.c | diff 76e5492b161f555c0fb69cad9eb39a7d8467f5fe Thu Nov 05 09:24:19 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Have the NFSD encoders annotate the boundaries of every direct-data-placement eligible result data payload. Then change svcrdma to use that annotation instead of the xdr->page_len when handling Write chunks.
For NFSv4 on RDMA, that enables the ability to recognize multiple result payloads per compound. This is a pre-requisite for supporting multiple Write chunks per RPC transaction.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | diff 76e5492b161f555c0fb69cad9eb39a7d8467f5fe Thu Nov 05 09:24:19 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Have the NFSD encoders annotate the boundaries of every direct-data-placement eligible result data payload. Then change svcrdma to use that annotation instead of the xdr->page_len when handling Write chunks.
For NFSv4 on RDMA, that enables the ability to recognize multiple result payloads per compound. This is a pre-requisite for supporting multiple Write chunks per RPC transaction.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|