created | 2022-04-05T08:57:30Z |
---|---|
begin | 2022-03-30T00:00:00Z |
end | 2022-03-31T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2022-03-30T00:25:27Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/files.pci | log | diff | annotate |
src/sys/dev/pci/if_aq_pci.c | log | diff | annotate | |
message |
If enough MSI-X vectors are available, set up multiple tx and rx queues. In multi-vector mode, the MSI-X vector number is the same as the irq number on the nic, so use vector/irq 0 for link interrupts, then assign one to each pair of rx and tx queues. We don't configure RSS yet, so packets will only be received on the first queue, but they can be transmitted on any queue. ok dlg@ |