Re: [PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE

2024-07-30 Thread Ilias Apalodimas
On Mon, 29 Jul 2024 at 18:18, Jerome Forissier wrote: > > Hi Ilias, > > On 7/29/24 14:29, Ilias Apalodimas wrote: > > Hi Jerome, > > > > On Thu, 25 Jul 2024 at 15:59, Jerome Forissier > > wrote: > >> > >> Add support for setting the TFTP block size. The default value (1468) > >> is fine for Ether

Re: [PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE

2024-07-29 Thread Jerome Forissier
Hi Ilias, On 7/29/24 14:29, Ilias Apalodimas wrote: > Hi Jerome, > > On Thu, 25 Jul 2024 at 15:59, Jerome Forissier > wrote: >> >> Add support for setting the TFTP block size. The default value (1468) >> is fine for Ethernet and allows a better throughput than the TFTP >> default (512), if the s

Re: [PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE

2024-07-29 Thread Ilias Apalodimas
Hi Jerome, On Thu, 25 Jul 2024 at 15:59, Jerome Forissier wrote: > > Add support for setting the TFTP block size. The default value (1468) > is fine for Ethernet and allows a better throughput than the TFTP > default (512), if the server supports the blksize option of course. > > I tested this ch

[PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE

2024-07-25 Thread Jerome Forissier
Add support for setting the TFTP block size. The default value (1468) is fine for Ethernet and allows a better throughput than the TFTP default (512), if the server supports the blksize option of course. I tested this change with qemu_arm64_lwip_defconfig. The throughput is now 875 KiB/s vs. 313 K