CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/09 02:39:11
Modified files:
sys/dev/pci : if_ixl.c
Log message:
Use MSI-X interrupts where available. The first vector is used for
events and command completions as that's the only vector they can go to.
tx/rx queues are mapped to subsequent vectors.
ok mpi@ dlg@
