Page MenuHomeFreeBSD

xen/netfront: fix inbound packet flags for checksum offload
ClosedPublic

Authored by royger on Feb 28 2017, 8:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 16, 2:46 AM
Unknown Object (File)
Thu, Dec 25, 10:34 AM
Unknown Object (File)
Tue, Dec 23, 11:01 AM
Unknown Object (File)
Nov 29 2025, 5:56 PM
Unknown Object (File)
Nov 28 2025, 9:02 PM
Unknown Object (File)
Nov 28 2025, 6:55 PM
Unknown Object (File)
Nov 27 2025, 3:49 AM
Unknown Object (File)
Nov 26 2025, 10:23 AM
Subscribers

Details

Summary

Currently netfront is setting the flags of inbound packets with the checksum not present (offloaded) to (CSUM_IP_CHECKED | CSUM_IP_VALID | CSUM_DATA_VALID | CSUM_PSEUDO_HDR). According to the mbuf(9) man page this is not the correct combination of flags, it should instead be (CSUM_DATA_VALID | CSUM_PSEUDO_HDR).

Sponsored by: Citrix Systems R&D

Diff Detail

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

Event Timeline

royger retitled this revision from to xen/netfront: fix inbound packet flags for checksum offload.
royger updated this object.
royger edited the test plan for this revision. (Show Details)
royger added reviewers: liuw_liuw.name, network.
royger set the repository for this revision to rS FreeBSD src repository - subversion.
liuw_liuw.name edited edge metadata.

Looks good to me. Thanks for fixing this!

This revision is now accepted and ready to land.Mar 1 2017, 10:39 AM
This revision was automatically updated to reflect the committed changes.