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)
Sun, Sep 13, 6:07 AM
Unknown Object (File)
Thu, Sep 10, 8:56 PM
Unknown Object (File)
Wed, Sep 9, 6:25 PM
Unknown Object (File)
Sat, Sep 5, 10:02 PM
Unknown Object (File)
Sat, Sep 5, 1:37 PM
Unknown Object (File)
Fri, Sep 4, 9:00 AM
Unknown Object (File)
Thu, Sep 3, 1:35 PM
Unknown Object (File)
Wed, Sep 2, 8:23 PM
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.