Page MenuHomeFreeBSD

Add interrupt counter
ClosedPublic

Authored by howard0su_gmail.com on Dec 23 2015, 5:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 15 2024, 5:01 PM
Unknown Object (File)
Mar 15 2024, 5:01 PM
Unknown Object (File)
Jan 24 2024, 2:42 PM
Unknown Object (File)
Jan 4 2024, 5:53 PM
Unknown Object (File)
Jan 4 2024, 5:53 PM
Unknown Object (File)
Jan 4 2024, 5:53 PM
Unknown Object (File)
Jan 4 2024, 5:50 PM
Unknown Object (File)
Jan 4 2024, 5:50 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

howard0su_gmail.com retitled this revision from to Add interrupt counter.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
howard0su_gmail.com edited edge metadata.

Remove debug code related to intr count in hv_connection

This revision is now accepted and ready to land.Jan 8 2016, 10:17 AM
royger edited edge metadata.

LGTM

sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
224 ↗(On Diff #11633)

Isn't there a more suitable place to put those? Like at the top of the file?

howard0su_gmail.com edited edge metadata.

move variable to top of file and mark it as static.

This revision now requires review to proceed.Jan 13 2016, 1:08 PM
adrian added inline comments.
sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
69 ↗(On Diff #12261)

wait, it's a pointer; what's it pointing to?

sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
69 ↗(On Diff #12261)

it contains the pointer which was set via intrcnt_add,

adrian added a reviewer: adrian.

okay, go ahead then!

This revision is now accepted and ready to land.Jan 14 2016, 12:43 AM
This revision was automatically updated to reflect the committed changes.