11-01-2020, 03:05 PM
With mainline kernel I had some problems with TCP connections. By inspecting them with Wireshark I saw that some IP packets were dropped and asked for retransmition likely due to bad checksum. The problems disappeared when I turned off "TCP checksum offload" from the network device:
Code:
# ethtool -K eth0 tx off