Testing of Ethernet interface

Linux Drivers

Release Date
2023-07-22
root@Xilinx: ifconfig eth1 192.168.1.2
root@Xilinx: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
 tg3 0000:01:00.0 eth1: Link is up at 1000 Mbps, full duplex
 tg3 0000:01:00.0 eth1: Flow control is on for TX and on for RX
 IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
root@Xilinx:
root@Xilinx: ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4): 56 data bytes
64 bytes from 192.168.1.4: seq=0 ttl=128 time=0.794 ms
64 bytes from 192.168.1.4: seq=1 ttl=128 time=0.655 ms
64 bytes from 192.168.1.4: seq=2 ttl=128 time=0.670 ms
64 bytes from 192.168.1.4: seq=3 ttl=128 time=0.354 ms
64 bytes from 192.168.1.4: seq=4 ttl=128 time=0.918 ms
64 bytes from 192.168.1.4: seq=5 ttl=128 time=0.724 ms
64 bytes from 192.168.1.4: seq=6 ttl=128 time=0.719 ms
64 bytes from 192.168.1.4: seq=7 ttl=128 time=0.712 ms
--- 192.168.1.4 ping statistics ---
27 packets transmitted, 27 packets received, 0% packet loss
round-trip min/avg/max = 0.354/0.652/0.918 ms
root@Xilinx: