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)
Sat, Sep 27, 1:32 AM
Unknown Object (File)
Fri, Sep 26, 12:32 AM
Unknown Object (File)
Aug 15 2025, 6:35 AM
Unknown Object (File)
Aug 14 2025, 10:33 AM
Unknown Object (File)
Aug 11 2025, 6:55 AM
Unknown Object (File)
Jul 26 2025, 12:32 AM
Unknown Object (File)
Jul 21 2025, 7:52 PM
Unknown Object (File)
Jul 21 2025, 6:09 PM
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.