We are trying to test the ethernet phy on our linux box for data loss.
As of now we just establish a tftp connection to a server to upload and download a file. Whenever a mismatch occurs, it is reported as failure. This is not a very nice test, as any mismatch might have been caused by the network itself and not a phy problem.
Can you suggest a way to test the ethernet phy in a better way for data loss?
Thanks...