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_queueDivert () 函数???



        /* Here the packets are diverted to the destination queue.
         * Can also configure flow to transfer packets to destination queue.
         * */

        Qmss_queueDivert (txQueHnd, rxQueHnd, Qmss_Location_TAIL);

注释说将packets发送到指定队列,除了利用Qmss_queueDivert ( )函数,还可以配置flow来实现,想知道在什么地方去配置这个flow?

例程是cppiExampleProject工程!!!