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.

where does the descriptor come from in the pa_unittest?

hi, all:

Now I read the pa_unittest project code: test1.c.This test send several packets to unconfigured

PA, then it gets statistics from PA by sending command packet to PA. The code assigns queue 909

to receive the reply from PA. After sending command to PA to get statistics, the host begin to

query the count of entry in queue 909. Then the host gets one descriptor. Here the question comes:

where does the descriptor in Q909 come from? or in other word, which queue (the queue number )

does this descriptor live before being pushed to Q909?