This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
参考以下内容,就是只能通过把自己的ID写到对方的指定内存里去的方式。
Unfortunately, from the receiving device's perspective, there is no way for software to determine the srcid of the device sending the doorbell. You will have to build a scheme for decoding this information. Perhaps an Nwrite to a given/known memory location that the receiving device can access. The sending device could do an Nwrite to write the srcID into the receiving device's memory after doorbell completes successfully (good CC). The receiving device would then get the interrupt and then check the memory location to see who sent it.