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
prov/efa: Fail early in rma when iov count exceeds device support
efa-direct offloads the rma request to rdma wqes in efa device
directly. But today efa device doesn't support > 1 iov (queried as
ibv_device_attr.max_sge_rd). This
patch makes efa_post_read and efa_post_write fail early with
clear error message for this scenario to avoid unexpected crashing.
Signed-off-by: Shi Jin <[email protected]>
0 commit comments