Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qedr: modify QP state to error when destroying it
Current code didn't modify the QP state to error because it queried the QP state as a bitmap while it isn't. So the code never got executed. This patch fixes this and queries for each QP state respectively and not at once via a bitmask. Signed-off-by: Ram Amrani <[email protected]> Reviewed-by: Michal Kalderon <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
- Loading branch information