Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.21.x] prov/efa: Remove unconditional assignment of err_entry
Currently, efa_rdm_cq_poll_ibv_cq always assigns err_entry as {0} at the beginning while err_entry is only used in the error path. This unconditional assignment (88 bytes) caused additonal overhead in the fast path. This patch fixes it by moving the assignment of err_entry to the error path only Signed-off-by: Shi Jin <[email protected]> (cherry picked from commit 37e557e)
- Loading branch information