mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] net: minor cleanups & avoid endless retries
@ 2012-04-04 16:04 Wolfram Sang
  2012-04-04 16:04 ` [PATCH 1/6] net: ping: send PING packets with 1-second interval Wolfram Sang
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Wolfram Sang @ 2012-04-04 16:04 UTC (permalink / raw)
  To: barebox

For scripted update scenarios, endless retries on commands like ping or tftp is
unwanted. Use a retry now and timeout. Apply minor cleanups found on the way.

Wolfram Sang (6):
  net: ping: send PING packets with 1-second interval
  net: ping: remove unneeded initialization
  net: tftp: check for error when retrying
  net: arp_request: do not retry endlessly
  net: tftp: do not retry endlessly
  net: ping: do not retry endlessly

 include/net.h |    2 ++
 net/net.c     |    5 +++++
 net/ping.c    |   12 ++++++++++--
 net/tftp.c    |   14 +++++++++++++-
 4 files changed, 30 insertions(+), 3 deletions(-)

-- 
1.7.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-05  6:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 16:04 [PATCH 0/6] net: minor cleanups & avoid endless retries Wolfram Sang
2012-04-04 16:04 ` [PATCH 1/6] net: ping: send PING packets with 1-second interval Wolfram Sang
2012-04-04 16:04 ` [PATCH 2/6] net: ping: remove unneeded initialization Wolfram Sang
2012-04-04 16:04 ` [PATCH 3/6] net: tftp: check for error when retrying Wolfram Sang
2012-04-04 16:04 ` [PATCH 4/6] net: arp_request: do not retry endlessly Wolfram Sang
2012-04-04 16:04 ` [PATCH 5/6] net: tftp: " Wolfram Sang
2012-04-04 16:04 ` [PATCH 6/6] net: ping: " Wolfram Sang
2012-04-05  6:56 ` [PATCH 0/6] net: minor cleanups & avoid endless retries Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox