CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/02/02 01:28:14
Modified files:
sys/dev/pci : if_aq_pci.c
Log message:
Add RSS/multiqueue support for AQC11x models ("aq2"). This involves
filling in a couple of tables mapping between rings, traffic classes
and 802.1p priorities, which we do as straightforwardly as possible.
Other drivers for this hardware use more traffic classes if 4 or fewer
rings are in use, but to keep things simple, we don't here.
tested by kettenis@ on an M2 Pro mac mini and by dlg@ on an N100 board
with builtin AQC113
ok dlg@