summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-09-13 11:01:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-13 13:05:09 +0200
commit7deef7aec1425288ccabd61d6e383c74684815dd (patch)
treeb3f3665a857b588392fb12cac78d6a0c5ad1535d /fs
parentfc0afbfc7d1a49078563cc0588f342a9b7ea587c (diff)
downloadbarebox-7deef7aec1425288ccabd61d6e383c74684815dd.tar.gz
ARM: imx_v7_defconfig: Limit TFTP window size
The FEC ethernet controller is too slow to catch up with a gigabit link. This hasn't been a problem until now, because the protocols we use in barebox only have a single packet in flight. With TFTP window size support and a gigabit link though we get receive buffer overruns resulting in messages like: WARNING: eth0: error frame: 0x2feca098 0x00000806 The resulting speed is slower than without TFTP windowsize support due to the necessary retransmits. Limit the window size to a value that seems to be working on i.MX6 boards. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions