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 12, 4:22 AM
Unknown Object (File)
Thu, Sep 10, 7:46 AM
Unknown Object (File)
Thu, Sep 10, 3:13 AM
Unknown Object (File)
Mon, Sep 7, 12:27 AM
Unknown Object (File)
Sun, Sep 6, 3:58 PM
Unknown Object (File)
Sat, Sep 5, 5:55 AM
Unknown Object (File)
Thu, Sep 3, 3:38 AM
Unknown Object (File)
Wed, Sep 2, 5:34 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

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

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.