You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cq->peer_peek_table[idx]->busy could be asynchronously updated by a PCIe device, so it needs a platform-dependent way of forcing a memory read (a la READ_ONCE or more).
see
libmlx5/src/cq.c
Line 157 in 9d34626
cq->peer_peek_table[idx]->busy could be asynchronously updated by a PCIe device, so it needs a platform-dependent way of forcing a memory read (a la READ_ONCE or more).