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 efa_rdm_cq_wc_is_unsolicited check
efadv_wc_is_unsolicited() can only be called when driver/FW supports unsolicited write recv, in which we create IBV CQ with EFADV_DEVICE_ATTR_CAPS_UNSOLICITED_WRITE_RECV. Otherwise the function pointer will be a NULL and cause segfault. Signed-off-by: Shi Jin <sjina@amazon.com>
- Loading branch information