[PATCH 0/3] net: tftp: Fixes for tftp rollover

Tan, Ley Foon ley.foon.tan at intel.com
Tue Sep 8 03:50:33 CEST 2020



> -----Original Message-----
> From: Tan, Ley Foon <ley.foon.tan at intel.com>
> Sent: Tuesday, August 25, 2020 10:27 AM
> To: u-boot at lists.denx.de
> Cc: Joe Hershberger <joe.hershberger at ni.com>; Ley Foon Tan
> <lftan.linux at gmail.com>; See, Chin Liang <chin.liang.see at intel.com>; Tan,
> Ley Foon <ley.foon.tan at intel.com>
> Subject: [PATCH 0/3] net: tftp: Fixes for tftp rollover
> 
> This patch series fix the tftp block number rollover bugs when sending and
> receiving large file (block number greater than 16-bit).
> 
> Tested receiving and sending large file with block number greater than 0xffff,
> verified content is 100% matched. Tested file size 128MB and 256MB.
> 
> Ley Foon Tan (3):
>   net: tftp: Fix tftp_prev_block counter update
>   net: tftp: Fix store_block offset calculation
>   net: tftp: Fix load_block offset calculation
> 
>  net/tftp.c | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

Hi Joe

Any comment for these 3 patches?

Thanks.

Regards
Ley Foon


More information about the U-Boot mailing list