On Thu, 27 Feb 2025 19:28:25 +0800 Jijie Shao wrote:
rx checksum offload enable:Don't drop packets on csum validation failure.
device check ok -> CHECKSUM_UNNECESSARY -> stack
device check fail -> drop
The stack can easily handle packets with bad csum.
And users will monitor stack metrics for csum errors.
Plus devices are wrong more often than the stack.