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)
Wed, Jun 24, 11:27 PM
Unknown Object (File)
Mon, Jun 22, 5:55 PM
Unknown Object (File)
Sun, Jun 21, 10:08 PM
Unknown Object (File)
Tue, Jun 16, 1:30 AM
Unknown Object (File)
May 19 2026, 9:57 PM
Unknown Object (File)
May 18 2026, 4:04 PM
Unknown Object (File)
May 18 2026, 12:37 AM
Unknown Object (File)
May 17 2026, 7:59 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.