Re: [net-next PATCH 02/11] net: ravb: Disable IP header RX checksum offloading
From: Sergey Shtylyov
Date: Mon Sep 30 2024 - 13:16:30 EST
On 9/30/24 19:08, Paul Barker wrote:
> From: Paul Barker <paul.barker.ct@xxxxxxxxxxxxxx>
>
> For IPv4 packets, the header checksum will always be checked in software
> in the RX path (inet_gro_receive() calls ip_fast_csum() unconditionally)
> so there is no advantage in asking the hardware to also calculate this
> checksum.
>
> Signed-off-by: Paul Barker <paul.barker.ct@xxxxxxxxxxxxxx>
Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>
[...]
MBR, Sergey