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.

Rx Channel and Rx Flow Association for 6678 PASS and QMSS

I am trying to understand programming of PA, QMSS and CPPI from “Pa_simpleExample” that came with the EVM.

-          I see that all 24 Rx channels are opened for PA

-          I do see that setupFlow0() does association of flow zero to a queue as seen below.

o     rxFlowCfg.rx_dest_qnum   = 902;   /* Override in PA */

o     rxFlowCfg.rx_fdq0_sz0_qnum = gvRxBufQ;

 

What I do not see is association of a Rx channel to the Rx flow zero. Is it done implicitly?  is it necessary to associate a Rx channel to a Rx flow? How does PA hardware know which channel to use?

 Thanks,

 Vilas