linux-nfs / nfsd

Linux kernel source tree
Other
0 stars 0 forks source link

Server-side RDMA transport needs to do Read chunk overlap checking #48

Open chucklever opened 5 months ago

chucklever commented 5 months ago

As a sanity check, the server's RPC/RDMA transport header parser should look for Read chunks that overlap each other. It might not matter: The server would simply read the same bytes from the client into more than one argument position when re-assembling the RPC Call.