CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/12/14 18:40:39
Modified files: sys/net : ifq.c Log message: 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.