diff options
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2025-03-26 10:28:58 +0200 |
---|---|---|
committer | Jerome Forissier <jerome.forissier@linaro.org> | 2025-03-31 09:46:25 +0200 |
commit | f93b15e70649d0639b71206abf03ca34184a0ed3 (patch) | |
tree | 29032a5e592fd1cb41f67731ff533b952f38adf5 /lib/mbedtls | |
parent | 36510e4e41fdcb3188f44cd53d48c6e0c67c236a (diff) |
net: lwip: Remove error print on failed tx
When an ethernet driver fails to send a frame we print an error in lwIP.
But depending on how often that error is it might significantly delay
transmissions.
For example downloading a big file with the rpi4 spams the console with
'send error: -101', but removing the print makes the file download with
an average speed of ~8.5MiB/s since the packets are retransmitted.
So let's move it to a 'debug' in lwIP and expect ethernet drivers to handle
the failure if it's severe.
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'lib/mbedtls')
0 files changed, 0 insertions, 0 deletions