diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2015-10-05 19:05:10 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2015-10-05 19:05:10 +0000 |
commit | 06158c5263773e7616cc1f4acad4eb541edac78b (patch) | |
tree | d6b055d0ad05af5616a56d23e26d27134e4e3919 /etc | |
parent | 9679852c2bf6b6b06d5621959028e4cf4c89f128 (diff) |
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
(Especially adding IF_DROP() after IFQ_ENQUEUE() was completely wrong because
IFQ_ENQUEUE() already does it. Oops.)
After this revert, the situation becomes:
- if_snd.ifq_drops is incremented in either IFQ_ENQUEUE() or IF_DROP(), but
it is not shown to userland, and
- if_data.ifi_oqdrops is shown to userland, but it is not incremented by
anyone.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions