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?