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)
Tue, Jul 29, 10:23 AM
Unknown Object (File)
Jul 14 2025, 2:04 AM
Unknown Object (File)
Jul 10 2025, 2:25 AM
Unknown Object (File)
Jun 22 2025, 2:58 PM
Unknown Object (File)
Jun 20 2025, 8:09 PM
Unknown Object (File)
Jun 20 2025, 4:55 PM
Unknown Object (File)
Jun 19 2025, 3:58 AM
Unknown Object (File)
Jun 16 2025, 12:50 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1800
Build 1806: arc lint + arc unit

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.