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)
Mar 20 2024, 1:47 PM
Unknown Object (File)
Mar 20 2024, 1:43 PM
Unknown Object (File)
Jan 2 2024, 11:25 PM
Unknown Object (File)
Dec 23 2023, 7:05 AM
Unknown Object (File)
Dec 20 2023, 12:47 AM
Unknown Object (File)
Dec 13 2023, 4:19 AM
Unknown Object (File)
Nov 30 2023, 7:13 AM
Unknown Object (File)
Nov 2 2023, 7:57 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.