On 12/11/2025 17:04, David Marchand via dev wrote:
> Don't request outer UDP checksum on a new segment, if none was needed.
> Instead, rely on offloads set by the tunnel encapsulation code and
> inherited from the TSO packet.
> 
> Fixes: 2956a612651e ("dp-packet: Rework L4 checksum offloads.")
> Signed-off-by: David Marchand <[email protected]>
> ---
> Changes since v1:
> - dropped the assert in the helper: a packet encapsulated in a UDP tunnel
>   with csum disabled may still end up with a L4 partial status if any
>   payload is updated,
> 
> ---
>  lib/dp-packet-gso.c | 1 -
>  1 file changed, 1 deletion(-)

LGTM
Acked-by: Kevin Traynor <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to