Let's say I have RoCEv2 traffic between 2 nodes A & B.
- A uses RDMA_SEND to send a command capsule to B.
- Then A receives a capsule from B (B also uses RDMA_SEND). At this moment, how does A know if this is the response to its command sent in step #1, or whether this a new command capsule from B? You know, the decode will be completely different between a command and a response.
Thanks.