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
F168482677: D9831.id25778.diff
Fri, Aug 28, 3:07 PM
Unknown Object (File)
Thu, Aug 27, 6:21 PM
Unknown Object (File)
Wed, Aug 26, 1:44 PM
Unknown Object (File)
Tue, Aug 25, 11:02 AM
Unknown Object (File)
Tue, Aug 25, 5:32 AM
Unknown Object (File)
Tue, Aug 25, 1:15 AM
Unknown Object (File)
Mon, Aug 24, 1:13 PM
Unknown Object (File)
Sat, Aug 22, 12:33 PM
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.