From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodel Miguel Date: Sun, 6 Mar 2005 16:44:22 +0800 Subject: [U-Boot-Users] eth_rx implementation Message-ID: <698a2fda0503060044189b8b1c@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I am having problems implementing my eth_rx function. I have seen from other implementations that eth_rx will return any packet that has been received from the network, however, if there are no data to retrieve, i.e. NetReceive(NetRxPackets[0], 0), the PING function re-sends the ping request in at most two times. I have implemented a polling eth_rx function. Of course there should be no packet type checking on this level, however, is the network loop function checking if the packets for a specific network command is satisfied, and if not, what does our network loop do? Thank you for your time. Best Regards, Rodel