CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/23 09:02:51
Modified files:
sys/dev/pci : if_em.c if_em.h if_em_hw.h
Log message:
Make it possible to use em(4) with MSI-X, currently disabled by default.
The current implementation still uses a single queue but already establishes
a different handler for link interrupts. This is done in preparation for
multi-queues support.
Based on a bigger diff from haesbaert@ and on the FreeBSD code.
Tested by Hrvoje Popovski and jmatthew@, ok jmatthew@