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