Re: [PATCH v3 net-next 2/6] net: hibmcge: Add support for rx checksum offload

From: Jakub Kicinski
Date: Thu Feb 27 2025 - 09:49:39 EST


On Thu, 27 Feb 2025 19:28:25 +0800 Jijie Shao wrote:
> rx checksum offload enable:
> device check ok -> CHECKSUM_UNNECESSARY -> stack
> device check fail -> drop

Don't drop packets on csum validation failure.
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.