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.

ndk srio conflict

Hi all,

     I managed to merge network and ndk code into my project. Basically I use SRIO to read data from FPGA, then do processing and send results out using ethernet. Here's my problem: when the program starts, it all works fine , but after 4 or 5 minutes, the network seems broken, blocks at accept() function while there's still connection request coming in. If I comment out SRIO read operation code ,there won't be any problem with the network. I know both NDK and SRIO uses QMSS, but don't  understand exactly how they share the QMSS. Maybe the 4 minutes' SRIO read operation has used up all the resources shared by NDK and SRIO?  Or  there's something I should check?