CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/23 01:00:58
Modified files:
sys/dev/pci : if_bnxt.c
Log message:
When we have a single tx/rx queue, the cp ring is also used for async
events, so it can't be allocated when the interface is brought up and
freed when it's taken down.
ok dlg@
