This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3352: About Ethernet Loopback Test Issue

Part Number: AM3352

Tool/software: Linux

Hi Sir 

We used Linux SDK with AM3352 to do development and did loopback test function.in u-boot.

We found AM3352 cannot receive tx packet during loopback test and doubted CPU ignored the packets it sent.

BTW, we found below API in net/eth-uclass.c file which would return "-16"  .

ret = eth_get_ops(current)->recv(current, flags, &packet);

please advise how to let AM3352 not to ignore/remove loopback packet while receiving packet from itself. 


BR

Yimin