ifq_barrier should be callable by any nic, not just MPSAFE ones.
authordlg <dlg@openbsd.org>
Fri, 15 Dec 2017 01:40:39 +0000 (01:40 +0000)
committerdlg <dlg@openbsd.org>
Fri, 15 Dec 2017 01:40:39 +0000 (01:40 +0000)
commit0ae2a132d0357ab06424ec0bba3711d959010ac1
tree864fafbc28912d89a7f01f32f20718959a59a2f9
parentea47e5e1b6d67781cc4f61bd0240820384903832
ifq_barrier should be callable by any nic, not just MPSAFE ones.

if (when) tx mitigation goes in again, all nics will have deferred
work that will need a barrier to ensure isn't running anymore.

found by bluhm@ when tx mit was in.
sys/net/ifq.c