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, Apr 14, 5:26 PM
Unknown Object (File)
Mon, Apr 8, 1:53 PM
Unknown Object (File)
Feb 9 2024, 7:05 PM
Unknown Object (File)
Jan 3 2024, 1:45 AM
Unknown Object (File)
Dec 19 2023, 6:48 PM
Unknown Object (File)
Sep 19 2023, 3:23 AM
Unknown Object (File)
Dec 19 2022, 4:48 AM
Unknown Object (File)
Jun 22 2016, 11:39 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.