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
F156987321: D7456.id19196.diff
Sun, May 17, 7:59 PM
F156920995: D7456.id19173.diff
Sun, May 17, 9:11 AM
Unknown Object (File)
Fri, May 15, 8:39 AM
Unknown Object (File)
Mon, May 11, 1:55 PM
Unknown Object (File)
Mon, May 11, 1:53 PM
Unknown Object (File)
Tue, Apr 28, 5:16 AM
Unknown Object (File)
Sun, Apr 26, 10:23 PM
Unknown Object (File)
Sun, Apr 26, 6:49 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.