Page MenuHomeFreeBSD

if_awg: improve transmit checksum offload
ClosedPublic

Authored by tuexen on Apr 24 2026, 7:03 PM.
Tags
None
Referenced Files
F160440535: D56623.diff
Wed, Jun 24, 11:12 AM
Unknown Object (File)
Wed, Jun 10, 5:33 PM
Unknown Object (File)
Thu, Jun 4, 4:56 PM
Unknown Object (File)
Tue, Jun 2, 3:31 AM
Unknown Object (File)
Wed, May 27, 3:06 PM
Unknown Object (File)
Tue, May 26, 12:23 PM
Unknown Object (File)
Tue, May 26, 12:15 PM
Unknown Object (File)
May 25 2026, 7:28 PM
Subscribers

Details

Summary

Checksum offloading for TCP/IPv4 or UDP/IPv4 does not require IPv4-header checksum offloading.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Offloading of IP header and TCP/UDP checksum need to work independently. This solves a bug.

This revision is now accepted and ready to land.Apr 26 2026, 8:37 AM

i don't feel competent to review this (i don't own the hardware and know nothing about it) but @thj has committed to if_awg recently and might be able to help.

In D56623#1297750, @ivy wrote:

i don't feel competent to review this (i don't own the hardware and know nothing about it) but @thj has committed to if_awg recently and might be able to help.

Thanks for the suggestion. I added @thj as a reviewer.

This was committed (by accident) in 1bfd392b9e4d.