通过qmss初始化后,成功打开了一个通用的队列,但是push free descriptor后,用get queue entrycount 查看发现队列的描述符格个数为0。请问这是什么问题。
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.
说的太笼统了,你要看看一下几个方面:
QMSS初始化是否正确,主要包括Region设置,Descriptor设置等,目的要保证你的push的descriptor是有效的;
然后你说一下如何push以及如何get queue的,这样描述出来问题基本就能找到了。