HI,
Have you tried pushing only to TX queue 1 (nothing pushed to queue 0)?
How many descriptors do you have in the RX queue?
Are you mapping the same RX handle to both TX objects?
Is your TX descriptor pushed into queue 1 recycled?
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.
Hi,
I am trying to use multiple Tx queue in FFTC but I have a problem with that.
I am working on simple test project and it uses one Tx queue to test FFTC at a time.
I have built two hTxObj which have same FDQ config. If I push descriptor in Tx queue 0(Zero), I can find fft results in Rx dest. Queue. But If i push descriptor in Tx queue 1(one), I could not find any descriptors in the Rx dest. queue.
I have controlled that FFTC receives my descriptor from Tx queue 1(One).
I think, i am not sure, Because there is one to one Tx queue, Tx channel, and Rx channel mapping in FFTC, there can be a problem when using Rx Flow.
Any help would be appreciated !
Thanks
HI,
Have you tried pushing only to TX queue 1 (nothing pushed to queue 0)?
How many descriptors do you have in the RX queue?
Are you mapping the same RX handle to both TX objects?
Is your TX descriptor pushed into queue 1 recycled?