Hello,
I have been trying to test the ethernet capabilities of the ICSSG ports using the enet_layer2_icssg example (SDK version 8.6). I have been using Colasoft Packet Builder to send TCP packets as recommended by the example. I have confirmed that the packets are being received by the board by adding a print statement to display the packet information whenever one is received.
It sounds like the example is supposed to copy the RX packet into a TX packet and send it back over the ethernet connection but I cannot see any packets in Wireshark coming from the EVM. No errors are being logged by the code and it seems that the EnetDma_submitTxPktQ call is submitting the packets as expected.
What things should I check to debug this issue? Is there a specific format that the packets must follow in order for it to work?
Mark