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.
Differential D12429
hyperv/hn: Fix UDP checksum offload issue in Azure sepherosa_gmail.com on Sep 21 2017, 7:25 AM. Authored by Tags None Referenced Files
Subscribers None
Details UDP checksum offload does not work in Azure if following conditions are met:
Use software checksum for UDP datagrams falling into this category.
Diff Detail
|