Hi,
I am testing internal loopback in PA_emacExample_exampleProject on c6678 evm board.
I have bypassed PA add_ipaddress and add_port. Iam checking only MAC address and routing the packet to Host.
The packet send using send_packet is getting looped back and received under Cpsw_RxISR. But iam seeing a loss of data in receive packets. The RXGOODFRAMES is showing correct value. but when it is coming into the core, some bytes are getting missed in the packet. The loss is more when i increase the size of packet.
All the packets are getting received. RXGOODFRAMES = Number of RX interrupts coming.
But there is mismatch in RX number of bytes. RXOCTETS is equal to TXOCTETS. But the number of bytes received by host descriptor is less than RXOCTETS.
I removed prints in VerifyPacket because it was giving some runtime error. Instead i have put some variables to see the packet error.
Is the issue due to some configuration in QMSS?
Please help to resolve this issue.