Page MenuHomeFreeBSD

hyperv/vmbus: Add APIs for various types of transactions.
ClosedPublic

Authored by sepherosa_gmail.com on Aug 10 2016, 3:31 AM.
Tags
None
Referenced Files
F81680834: D7456.diff
Fri, Apr 19, 8:41 PM
Unknown Object (File)
Mon, Apr 15, 4:48 AM
Unknown Object (File)
Feb 15 2024, 4:52 AM
Unknown Object (File)
Jan 15 2024, 11:35 AM
Unknown Object (File)
Jan 2 2024, 8:36 PM
Unknown Object (File)
Dec 25 2023, 9:39 AM
Unknown Object (File)
Nov 29 2023, 6:39 AM
Unknown Object (File)
Nov 13 2023, 12:26 PM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/vmbus: Add APIs for various types of transactions..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
sys/dev/hyperv/vmbus/vmbus_xact.c
63

Suggest to put FLAGS into the name to make it more explicit.

77

this can be moved after dma alloc.

272

can we make resp0 as a stack variable?

sys/dev/hyperv/vmbus/vmbus_xact.c
63

It's also a common practice to use YYY'F', if the macro name is getting too long.

77

I don't see why it matters.

272

No, you can't. These API do not assume response size.

This revision was automatically updated to reflect the committed changes.