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
Unknown Object (File)
Thu, Jan 9, 11:34 PM
Unknown Object (File)
Thu, Jan 9, 9:58 PM
Unknown Object (File)
Dec 18 2024, 9:12 AM
Unknown Object (File)
Oct 31 2024, 1:10 PM
Unknown Object (File)
Oct 2 2024, 6:28 PM
Unknown Object (File)
Oct 2 2024, 9:16 AM
Unknown Object (File)
Oct 2 2024, 3:36 AM
Unknown Object (File)
Sep 30 2024, 4:30 PM
Subscribers
None

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: 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 ↗(On Diff #19173)

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

77 ↗(On Diff #19173)

this can be moved after dma alloc.

272 ↗(On Diff #19173)

can we make resp0 as a stack variable?

sys/dev/hyperv/vmbus/vmbus_xact.c
63 ↗(On Diff #19173)

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

77 ↗(On Diff #19173)

I don't see why it matters.

272 ↗(On Diff #19173)

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

This revision was automatically updated to reflect the committed changes.