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
F169439557: D1282.diff
Tue, Sep 1, 1:25 PM
Unknown Object (File)
Mon, Aug 31, 6:10 PM
Unknown Object (File)
Mon, Aug 31, 3:21 PM
Unknown Object (File)
Sun, Aug 30, 11:52 AM
Unknown Object (File)
Sat, Aug 29, 11:26 AM
Unknown Object (File)
Sat, Aug 29, 12:27 AM
Unknown Object (File)
Wed, Aug 26, 2:35 PM
Unknown Object (File)
Wed, Aug 26, 6:30 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.