/* 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工程!!!