You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using jucx.
clietn: ucpEndpoint.sendTaggedNonBlocking(sendData, null)
server: worker.recvTaggedNonBlocking(recvBuffer, null)
sendData and recvBuffer size is 40kb.
The client only sends the server once, but the packet capture discovery has performed two rdma read operations. The size of the packet capture is also twice that of 40kb. Why is this?
The text was updated successfully, but these errors were encountered:
This is not expected. Can you pls build UCX with debug log enabled (using <ucx-dir>/contrib/configure-devel script) and run the test with UCX_LOG_LEVEL=data?
I am using jucx.
clietn: ucpEndpoint.sendTaggedNonBlocking(sendData, null)
server: worker.recvTaggedNonBlocking(recvBuffer, null)
sendData and recvBuffer size is 40kb.
The client only sends the server once, but the packet capture discovery has performed two rdma read operations. The size of the packet capture is also twice that of 40kb. Why is this?
The text was updated successfully, but these errors were encountered: