Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Fix error handling in efa_rdm_cq_poll_ibv_cq
When ibv_start_poll or ibv_next_poll return error, it may read a cqe from a destroyed EP (QP). In this case we shouldn't call efa_rdm_cq_get_prov_errno, which may use a freed EP from the pkt_entry (wr_id) and cause segmentation fault. Signed-off-by: Shi Jin <[email protected]>
- Loading branch information