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.

SRIO中传送message时,data最后存放在哪个queue?



如图,RXU此寄存器中的Dest_QID按字面上理解,应该是接收的数据会存放在Dest_QID对应的queue中的,而FlowID也会设置数据接收的queue,

在keystone_srio的测试例子中,调试发现最后的接收数据会存放在FlowID设置的queue中,而不是存放在Dest_QID对应的队列中,请问下这个字段是干嘛的呢?