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

From: Jijie Shao
Date: Thu Feb 27 2025 - 20:05:05 EST



on 2025/2/27 22:47, Jakub Kicinski wrote:
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.

OK, I'll modify this in the v4 and modify the statistics as well.

Thanks,
Jijie Shao