CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/14 00:40:21
Modified files:
sys/dev/pci : if_bnxt.c
Log message:
Add an interrupt barrier in bnxt_down() and check if the interface is
running before processing rx or tx events, to avoid crashes if an interrupt
is received before we finish shutting down the completion ring.
tested by Pavel Mateja
ok dlg@
