public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RedBoot TFTP last block ack oddness
@ 2005-09-08 15:19 David Vrabel
  2005-09-08 18:55 ` Andrew Dyer
  0 siblings, 1 reply; 6+ messages in thread
From: David Vrabel @ 2005-09-08 15:19 UTC (permalink / raw)
  To: ecos-discuss

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

Hi,

RedBoot's TFTP client has two oddities when ack'ing the last data block.

1. It fails to ack the last data block when loading ELF images if
there's trailing data after the last section it loads (more correctly,
it fails to ack the first block it doesn't want).  For example, if an
image had a trailing .comment section.

2. Normally, two ack's are sent for the last block.  I'm thinking the
tftp_ack() in tftp_stream_close() is unnecessary?

Attached are some packet captures summaries showing this.

David Vrabel
-- 
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/

[-- Attachment #2: redboot-tftp-packets.txt --]
[-- Type: text/plain, Size: 2082 bytes --]

Sample packet capture of loading an ELF image:
RedBoot> load redboot-vulcan-v1i5-ram.elf

No.     Time       Source      Destination  Protocol  Info
      1 0.000000   10.2.39.40  10.2.2.14    TFTP      Read Request, File: redboot-vulcan-v1i5-ram.elf, Transfer type: OCTET
      2 0.009258   10.2.2.14   10.2.39.40   TFTP      Data Packet, Block: 1
      3 0.010083   10.2.39.40  10.2.2.14    TFTP      Acknowledgement, Block: 1
      4 0.010193   10.2.2.14   10.2.39.40   TFTP      Data Packet, Block: 2
      5 0.010893   10.2.39.40  10.2.2.14    TFTP      Acknowledgement, Block: 2

[...]

   1438 0.684266   10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 719
   1439 0.685045   10.2.39.40 10.2.2.14     TFTP      Acknowledgement, Block: 719
   1440 0.685076   10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 720
   1441 0.688509   10.2.39.40 10.2.2.14     TFTP      Acknowledgement, Block: 720
   1442 0.688556   10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 721 (last)
   1443 5.689069   10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 721 (last)
   1444 10.690189  10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 721 (last)
   1445 15.691244  10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 721 (last)
   1446 20.692337  10.2.2.14  10.2.39.40    TFTP      Data Packet, Block: 721 (last)


Sample packet capture of loading a raw image:
RedBoot> load -r -b %{FREEMEMLO} 600B

No.     Time        Source     Destination  Protocol  Info
      1 0.000000    10.2.39.40 10.2.2.14    TFTP      Read Request, File: 600B, Transfer type: OCTET
      2 0.003572    10.2.2.14  10.2.39.40   TFTP      Data Packet, Block: 1
      3 0.004294    10.2.39.40 10.2.2.14    TFTP      Acknowledgement, Block: 1
      4 0.004371    10.2.2.14  10.2.39.40   TFTP      Data Packet, Block: 2 (last)
      5 0.004832    10.2.39.40 10.2.2.14    TFTP      Acknowledgement, Block: 2
      6 0.007925    10.2.39.40 10.2.2.14    TFTP      Acknowledgement, Block: 2
      7 0.007961    10.2.2.14  10.2.39.40   ICMP      Destination unreachable (Port unreachable)


[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2005-09-12  9:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-08 15:19 [ECOS] RedBoot TFTP last block ack oddness David Vrabel
2005-09-08 18:55 ` Andrew Dyer
2005-09-08 19:13   ` Gary Thomas
2005-09-09 13:19   ` David Vrabel
2005-09-09 13:27     ` Gary Thomas
2005-09-12  9:41       ` Stefan Sommerfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).