Page MenuHomeFreeBSD

Provide a dead version of if_get_counter.
ClosedPublic

Authored by jhb on Dec 8 2014, 8:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 7, 2:06 AM
Unknown Object (File)
Wed, May 6, 4:47 AM
Unknown Object (File)
Mon, May 4, 2:36 AM
Unknown Object (File)
Sun, May 3, 4:49 AM
Unknown Object (File)
Sat, May 2, 11:03 AM
Unknown Object (File)
Tue, Apr 21, 1:46 PM
Unknown Object (File)
Apr 6 2026, 12:12 PM
Unknown Object (File)
Apr 4 2026, 12:17 AM
Subscribers
None

Details

Reviewers
glebius
Test Plan

Configure a T4/T5 interface and run 'netstat -hwd 1' in one window while
doing 'kldunload if_cxgbe' in another. This triggers a panic in
if_data_copy(). This patch doesn't remove the panic entirely, but it
does seem to help it occur less often.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jhb retitled this revision from to Provide a dead version of if_get_counter..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: glebius.
glebius edited edge metadata.

Ok from me. Anyway in my new ifnet branch if_dead goes away.

This revision is now accepted and ready to land.Dec 9 2014, 8:35 AM

Forgot to note in the commit log. This was committed in r275730.