Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-10-27 Thread Ben Warren
Josh & Frank, Sorry again for dropping the ball on this one. This is a useful feature that we should add to U-boot, but I'm concerned about the memory footprint. Josh Boyer wrote: > From: Frank Haverkamp <[EMAIL PROTECTED]> > > http://tools.ietf.org/html/rfc2348 describes the TFTP block size op

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-10-27 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message <[EMAIL PROTECTED]> Frank Haverkamp wrote: > >> Subject: U-Boot: Add simple IP/UDP fragmentation support >> From: Frank Haverkamp <[EMAIL PROTECTED]> >> > > You replied: > > | I know you guys posted this one a couple of months ago and I apolog

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-10-27 Thread Wolfgang Denk
Dear Ben, In message <[EMAIL PROTECTED]> Frank Haverkamp wrote: > Subject: U-Boot: Add simple IP/UDP fragmentation support > From: Frank Haverkamp <[EMAIL PROTECTED]> You replied: | I know you guys posted this one a couple of months ago and I apologize | for not being more active. I've put thi

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-10-16 Thread Ben Warren
Hi Josh, Josh Boyer wrote: > From: Frank Haverkamp <[EMAIL PROTECTED]> > > http://tools.ietf.org/html/rfc2348 describes the TFTP block size option > which allows larger packtes than the 512 byte default. This reduces the > number of TFTP ACKs significantly and improves performance. > > To get the

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-09-03 Thread Frank Haverkamp
Subject: U-Boot: Add simple IP/UDP fragmentation support From: Frank Haverkamp <[EMAIL PROTECTED]> http://tools.ietf.org/html/rfc2348 describes the TFTP block size option which allows larger packets than the 512 byte default. This reduces the number of TFTP ACKs significantly and improves performa

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-08-27 Thread Ben Warren
Hi Josh & Frank, A few nits. Overall a nice patch. One question: Will multicast TFTP still work when this is applied? Josh Boyer wrote: > From: Frank Haverkamp <[EMAIL PROTECTED]> > > http://tools.ietf.org/html/rfc2348 describes the TFTP block size option > which allows larger packtes than the

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-08-11 Thread Ben Warren
Josh Boyer wrote: > From: Frank Haverkamp <[EMAIL PROTECTED]> > > http://tools.ietf.org/html/rfc2348 describes the TFTP block size option > which allows larger packtes than the 512 byte default. This reduces the > number of TFTP ACKs significantly and improves performance. > > To get the most benef

[U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-08-11 Thread Josh Boyer
From: Frank Haverkamp <[EMAIL PROTECTED]> http://tools.ietf.org/html/rfc2348 describes the TFTP block size option which allows larger packtes than the 512 byte default. This reduces the number of TFTP ACKs significantly and improves performance. To get the most benefit out of the tftp block size