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.

如何同时使用多个PKTDMA?



        对于6678,存在3个PKTDMA,我使用了一个核通过NETCP中的PKTDMA通过GbE Switch进行以太网数据收发,之后想通过Infrastructure PKTDMA配合Navigator将以太网的数据发送给其他核,并给其他核发送消息。我现在有一个疑问,对于general purpose queue,每一个PKTDMA都是等价的,但是程序之中只涉及了对于描述符的pop和push,那当我将一个描述符push进入一个general purpose queue,底层究竟如何判断具体使用哪一个PKTDMA来进行数据的搬移呢?是用NETCP中的PKTDMA还是Infrastructure PKTDMA?