From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zLYQk6swDzF0Vm for ; Wed, 17 Jan 2018 02:04:14 +1100 (AEDT) Date: Tue, 16 Jan 2018 16:04:11 +0100 From: Andrew Lunn To: mad skateman Cc: Christian Zigotzky , Joakim Tjernlund , "linuxppc-dev@lists.ozlabs.org" , "madalin.bucur@nxp.com" , "netdev@vger.kernel.org" Subject: Re: DPAA Ethernet traffice troubles with Linux kernel Message-ID: <20180116150411.GG22903@lunn.ch> References: <1516035556.18795.71.camel@infinera.com> <346361be-ce30-6a13-c154-5192d2668723@xenosoft.de> <32f11c91-9529-180a-a8cf-9f380f853b99@xenosoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > When i use mii-tool too Kick the tranceiver... it comes alive.. i can > ping the eth0 itself > > root@X5000LNX:/home/skateman# mii-tool -R eth0 > resetting the transceiver... > root@X5000LNX:/home/skateman# ping 192.168.22.44 > PING 192.168.22.44 (192.168.22.44) 56(84) bytes of data. > 64 bytes from 192.168.22.44: icmp_seq=1 ttl=64 time=0.045 ms > 64 bytes from 192.168.22.44: icmp_seq=2 ttl=64 time=0.046 ms > 64 bytes from 192.168.22.44: icmp_seq=3 ttl=64 time=0.047 ms > 64 bytes from 192.168.22.44: icmp_seq=4 ttl=64 time=0.048 ms What PHY driver are you using? This smells a bit like an RGMII-ID problem. Andrew