Page MenuHomeFreeBSD

hyperv/hn: Fix UDP checksum offload issue in Azure
ClosedPublic

Authored by sepherosa_gmail.com on Sep 21 2017, 7:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 12, 5:19 PM
Unknown Object (File)
Fri, Feb 28, 5:44 PM
Unknown Object (File)
Feb 17 2025, 6:12 AM
Unknown Object (File)
Feb 17 2025, 5:24 AM
Unknown Object (File)
Feb 17 2025, 3:51 AM
Unknown Object (File)
Jan 23 2025, 10:59 AM
Unknown Object (File)
Jan 17 2025, 5:01 AM
Unknown Object (File)
Dec 2 2024, 4:50 PM
Subscribers
None

Details

Summary

UDP checksum offload does not work in Azure if following conditions are met:

  • sizeof(IP hdr + UDP hdr + payload) > 1420.
  • IP_DF is not set in IP hdr

Use software checksum for UDP datagrams falling into this category.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was automatically updated to reflect the committed changes.