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)
Oct 11 2024, 5:15 AM
Unknown Object (File)
Oct 2 2024, 8:04 AM
Unknown Object (File)
Sep 27 2024, 2:08 PM
Unknown Object (File)
Sep 20 2024, 12:57 PM
Unknown Object (File)
Sep 17 2024, 5:03 AM
Unknown Object (File)
Sep 15 2024, 10:21 PM
Unknown Object (File)
Aug 24 2024, 4:17 PM
Unknown Object (File)
Aug 20 2024, 7:28 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.