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
F157428487: D12429.id33254.diff
Thu, May 21, 8:36 AM
Unknown Object (File)
Fri, May 15, 5:19 AM
Unknown Object (File)
Fri, May 15, 5:17 AM
Unknown Object (File)
Fri, May 15, 5:17 AM
Unknown Object (File)
Fri, May 15, 12:06 AM
Unknown Object (File)
Mon, May 11, 8:50 PM
Unknown Object (File)
Wed, Apr 29, 9:02 PM
Unknown Object (File)
Wed, Apr 29, 1:36 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.