-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bnxt_re/lib: Avoid applications hang in resize cq operation
[ Upstream commit ec106a3 ] Library currently waits indefinitely for the resize CQ completion notification from the hardware. Due to hardware failure in handling the operation, there is a possible application hang. Add a loop count with a busy wait of definite time to avoid the application hang. Fixes: ae8b278 ("bnxt_re/lib: Resize CQ support") Signed-off-by: Chandramohan Akula <chandramohan.akula@broadcom.com> Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Nicolas Morey <nmorey@suse.com>
- Loading branch information
1 parent
5acbf39
commit 40f77c0
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters