In our custom board, we have two DSPs(c6678) connected through SRIO switch(cps-1616). We are running TputBenchmarking example code. After running code for type11 msg packets, the transfer occurs perfectly but when we try to run the same project again, the transfer doesn't start. When I tried to check status of code it shows input error and:
Inbound Ack : 0
Expected Ack: 15
My assumption is that after first data transfer, the switch has retained last ACK and since new ACK is not same as expected, the switch port is going into error. How to clear these ACK on switch ports?