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)
Sat, Nov 16, 5:28 AM
Unknown Object (File)
Nov 12 2024, 7:49 PM
Unknown Object (File)
Nov 12 2024, 5:35 PM
Unknown Object (File)
Nov 12 2024, 4:13 PM
Unknown Object (File)
Nov 12 2024, 12:30 PM
Unknown Object (File)
Nov 11 2024, 5:44 PM
Unknown Object (File)
Nov 11 2024, 5:20 PM
Unknown Object (File)
Nov 11 2024, 5:20 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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision was automatically updated to reflect the committed changes.