]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: lwip: add TFTP_BLOCKSIZE
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Oct 2024 10:04:13 +0000 (12:04 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 16 Oct 2024 17:11:57 +0000 (11:11 -0600)
commite65c5e3e73b235a89b0142d3da735b0d2271b2d9
tree6a5bd5f97530d4c86b7cc2e759d261c8e81e8e5c
parent27d7ccda94fa03d15d4d4f6f359d9fa09c697679
net: lwip: add TFTP_BLOCKSIZE

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 KiB/s before. That is still a low number, but I
think we can't expect more without implementing the windowsize option.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
net/Kconfig
net/lwip/tftp.c