Page MenuHomeFreeBSD

Add interrupt counter
ClosedPublic

Authored by howard0su_gmail.com on Dec 23 2015, 5:28 AM.
Tags
None
Referenced Files
F167118368: D4693.id12283.diff
Wed, Aug 19, 6:10 AM
Unknown Object (File)
Fri, Aug 14, 3:07 PM
Unknown Object (File)
Fri, Aug 14, 9:35 AM
Unknown Object (File)
Thu, Aug 13, 5:24 AM
Unknown Object (File)
Wed, Aug 12, 3:37 PM
Unknown Object (File)
Mon, Aug 10, 4:55 AM
Unknown Object (File)
Fri, Aug 7, 3:04 PM
Unknown Object (File)
Tue, Aug 4, 6:28 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

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

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

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

sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
69

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.