Y
Hacker News
new
|
ask
|
show
|
jobs
by
adolph
136 days ago
In RDMA are the NICs able to perform the reconstruction or does that use a different mechanism to avoid CPU?
1 comments
mprovost
136 days ago
Usually RDMA is over a network that is supposed to be lossless, but it does have checksums to detect corruption and recovers with retransmission. Infiniband NICs handle all of that.
link