Hello,
I have few question about the CPPI/QMSS configuration.
I need to use the SRIO/message passing in my project and I'm using to learn and configure the cppi these files: test_host_mode.c and test_mono_mode.c
Those two files seem to be good example to learn how to use and configure Cppi/Qmss and the rxflow for message passing, with my EVM6678 board, I can run and test those examples without too much problem. But I have few questions:
- I still don't understand how the transmit queue txQueHnd and txdata is linked or loopback to rxQueHnd. These examples set the Rxflow with Cppi_configureRxFlow and I don't see any link with the txQueHnd or txCmplQueHnd. I missed something here, and I need some inputs from someone here !
I checked other examples and the loopback seem to be created with this API Qmss_queueDivert (txQueHnd, rxQueHnd, Qmss_Location_TAIL) and without setting the rxflow at all.
I'm not using interrupt in ACC at point, this code just poll Qmss_getQueueEntryCount for rxQueHnd.
Thanks