Comment # 1
on bug 13261
from Chuck Lever
Created attachment 15140 [details]
example of an RPC-over-RDMA Long Reply
Frame 90 contains an NFS GETACL Call where the client provides a Reply chunk.
The server uses that Reply chunk for the RDMA Write in frame 92, then sends its
reply in frame 94.
The whole RPC Reply appears in the RDMA Write payload, and should be passed on
to the RPC dissector. Frame 94 contains information that informs the client
that the RPC is complete, and the Reply chunk has now been filled in with the
RPC Reply.
You are receiving this mail because:
- You are watching all bug changes.