Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ml/cnxk: fix fast-path synchronization
Segfaults are reported with TVM/LLVM models as NULL value is read by dequeue thread for the op handle. This is due synchronization issue between enqueue and dequeue threads. This fix ensures the op handle written to internal request structure is committed before the dequeue threads read the handle value. Fixes: 88001b4 ("ml/cnxk: update fast path functions") Signed-off-by: Srikanth Yalavarthi <[email protected]>
- Loading branch information