Page MenuHomeFreeBSD

hyperv/hn: Avoid duplicate csum features settings
ClosedPublic

Authored by sepherosa_gmail.com on Jan 27 2016, 7:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 4:14 PM
Unknown Object (File)
Sun, Apr 5, 4:42 AM
Unknown Object (File)
Tue, Mar 31, 7:24 AM
Unknown Object (File)
Sat, Mar 28, 12:12 AM
Unknown Object (File)
Fri, Mar 27, 12:18 AM
Unknown Object (File)
Fri, Mar 20, 7:14 AM
Unknown Object (File)
Mon, Mar 16, 9:09 AM
Unknown Object (File)
Sun, Mar 15, 3:05 AM
Subscribers

Details

Summary
  • Record csum features in softc, so we don't need to duplicate the logic from attach path to ioctl path.
  • Protect if_capenable and if_hwassist changes by main lock.
  • Prefer turn on/off bits in if_hwassist explicitly instead of using XOR.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/hn: Avoid duplicate csum features settings.
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jan 28 2016, 7:58 AM
adrian edited edge metadata.
This revision was automatically updated to reflect the committed changes.