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)
Wed, Nov 12, 5:50 AM
Unknown Object (File)
Sun, Nov 2, 6:17 PM
Unknown Object (File)
Sat, Nov 1, 9:31 AM
Unknown Object (File)
Thu, Oct 30, 9:18 AM
Unknown Object (File)
Thu, Oct 30, 1:37 AM
Unknown Object (File)
Sat, Oct 25, 11:40 PM
Unknown Object (File)
Sat, Oct 25, 9:56 PM
Unknown Object (File)
Tue, Oct 21, 5:44 AM
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.