Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libtcmu: fix tcmulib to get next command on aarch64
Use the appropriate atomic load instruction to ensure we synchronize the read of the command ring head index with any previous stores. Not doing this causes command ring corruption on aarch64: [Tue Oct 4 15:45:50 2022] cmd_id 0 not found, ring is broken [Tue Oct 4 15:45:50 2022] ring broken, not handling completions Signed-off-by: Alex Reid <alex.reid@storageos.com>
- Loading branch information