-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common/cnxk: fix atomic load in batch ops
In roc batch alloc wait code, __ATOMIC_RELAXED is changed to __ATOMIC_ACQUIRE in order to avoid potential out of order loads. Fixes: 50d08d3 ("common/cnxk: fix batch alloc completion poll logic") Cc: [email protected] Signed-off-by: Nawal Kishor <[email protected]>
- Loading branch information
1 parent
e931818
commit ccde23a
Showing
2 changed files
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1077,6 +1077,7 @@ Natanael Copa <[email protected]> | |
Nathan Brown <[email protected]> | ||
Nathan Law <[email protected]> | ||
Nathan Skrzypczak <[email protected]> | ||
Nawal Kishor <[email protected]> | ||
Neel Patel <[email protected]> <[email protected]> | ||
Neil Horman <[email protected]> | ||
Nelio Laranjeiro <[email protected]> | ||
|
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