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
Hello, I have some questions about the FIFO of simple protocol.
When the sender finishes writing the data, what is the memory barrier function waiting for? Is it just waiting for the update of the tail?
Similarly, after the receiver finishes reading the data, will the memory barrier be called?
Is the tail updated by the receiver? Similarly, is the head updated by the sender? I have this question because I saw that the tail and head are local for recv and send respectively here.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello, I have some questions about the FIFO of simple protocol.
Thank you very much.
The text was updated successfully, but these errors were encountered: