Hi,
I use 6678 DSP SRIO driver in an interrupt mode (compared to the polling mode demonstrated in the SRIO Loopback example code in the PDK). The chip also supports SRIO interrupt pacing described in section 2.3.9.4 of the SRIO user guide. I am not clear about how it works. For example, the down counter mentioned in the document, does it decrement very clock cycle or a specific time period, or is does the counter decrement for each (valid?) SRIO segments the physical layer receives?
Also, if the messages are buffered until the interrupts is generated, I would have to make sure I have configured enough buffers so that segments are not dropped at that level, correct? How can I do that?
I would be great if there is an example code that demonstrates how the feature can be used.
Thanks
Shivang