I am working with the enet_layer2_icssg and I have noticed that many packets visible in Wireshark are not picked up by the example code on the board. I thought maybe my modifications to the code were causing the error but I have reverted back to the out-of-the-box example and observe the same behavior. The board is connected to my PC through one of the ICSSG ports and the other port is left disconnected. I am only looking at the packets that my PC is automatically sending to the board upon connection so I know the packet contents are valid. I have enabled the debug prints and added a line that prints the statistics after each packet received but those are the only modifications. An example of the output is below:

It appears that there were 70 frames received, then the rxTask received 1 packet, after which the total received was 82. Where did the other 11 frames go? I tried checking the various dropped packet counts in the statistics but they are always zero.
What would cause the packets to not be received by the RxTask when it calls EnetDma_retrieveRxPktQ?
Thanks in advance for any help,
Mark