Page MenuHomeFreeBSD

hyperv/vmbus: Fix the multi-channel revoking on vmbus side.
ClosedPublic

Authored by sepherosa_gmail.com on Nov 17 2016, 9:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 10:51 AM
Unknown Object (File)
Sep 2 2025, 12:52 PM
Unknown Object (File)
Aug 20 2025, 8:51 AM
Unknown Object (File)
Aug 2 2025, 11:39 PM
Unknown Object (File)
Jul 28 2025, 8:57 AM
Unknown Object (File)
Jul 27 2025, 9:30 PM
Unknown Object (File)
Jul 24 2025, 5:25 AM
Unknown Object (File)
Jul 24 2025, 4:52 AM
Subscribers
None

Details

Summary
  • Reference count the sub-channel when channel offer message is processed, so that immediate rescind message on the same channel will not race sub-channel open on driver side.
  • Drop the above reference when sub-channel is closed, this closely mimics the hypervisor's reaction when primary channel is closed on the VM side. No drivers use sub-channel after primary channel is closed.

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/vmbus: Fix the multi-channel revoking on vmbus side..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.