All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodel Miguel <rodelfmiguel@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] eth_rx implementation
Date: Sun, 6 Mar 2005 16:44:22 +0800	[thread overview]
Message-ID: <698a2fda0503060044189b8b1c@mail.gmail.com> (raw)

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

             reply	other threads:[~2005-03-06  8:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-06  8:44 Rodel Miguel [this message]
2005-03-06  9:26 ` [U-Boot-Users] eth_rx implementation Wolfgang Denk
2005-03-06 12:15   ` Rodel Miguel
2005-03-06 12:49     ` Wolfgang Denk
2005-03-06 23:47       ` Rodel Miguel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=698a2fda0503060044189b8b1c@mail.gmail.com \
    --to=rodelfmiguel@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.